DSCResources/PSHOrg_cADGroup/PSHOrg_cADGroup.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("cADGroup")] class PSHOrg_cADGroup : OMI_BaseResource { [write,ValueMap{"Present", "Absent"},Values{"Present", "Absent"}] string Ensure; [Key] string DomainName; [Key] string GroupName; [Key] string GroupCategory; [Key] string GroupScope; [Key] string Path; [required,EmbeddedInstance("MSFT_Credential")] string DomainAdministratorCredential; }; |