Skip to content

1.4

Compare
Choose a tag to compare
@dlwyatt dlwyatt released this 01 Apr 03:28
· 26 commits to master since this release

Added a new DSC resource, cAccountAdministrativeTemplateSetting. This works just like cAdministrativeTemplateSetting, except instead of having a PolicyType property, it has an Account property. This can be passed either a SID string or an NT Account-style string (BUILTIN\Users , COMPUTERNAME\SomeUser , etc.) Non-SID account names that do not already contain a Domain portion are automatically prefixed with the local computer name. (-Account Administrator becomes -Account $env:COMPUTERNAME\Administrator , for example.)