Configuration driven Active Directory management.
Domain controllers might occasionally need extra network shares for some workflows. If that is the case however, it becomes especially important to consider the security aspects of it. This is where this Component comes in, as it allows you to:
Shares not defined will be deleted, except:
C$
)These shares can still be defined in configuration, however.
Note: Editing builtin administrative shares will almost always fail.
A simple share could look like this:
{
"Name": "Scripts$",
"Path": "C:\\Scripts",
"Description": "Backup location for all Tier 0 admin code. Signed code only.",
"FullAccess": [ "%DomainName%\\Domain Admins" ],
"WriteAccess": [ "%DomainName%\\Tier 0 Admins" ],
"ReadAccess": [ "%DomainName%\\Tier 0 Operators" ]
}
The name of the share.
Supports string resolution.
The path the share points to.
Supports string resolution.
The description of the share.
Supports string resolution.
The principals to grant full access to.
Supports string resolution.
The principals to grant write access to.
Supports string resolution.
The principals to grant read access to.
Supports string resolution.
How share access rules are processed. Supports three configurations:
What domain controller to apply this to: