1.4
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.)