DSCResources/myAdSite/myAdSite.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("myAdSite")]
class myAdSite : OMI_BaseResource { [Key, Description("AD Site Name")] String Name; [Write] String Location; [Write] String Description; [Write] Boolean InterSiteTopologyGeneration; [Write] Boolean IntraSiteTopologyGeneration; [Write, Description("Protected against accidental deletion")] Boolean Protected; [Write, EmbeddedInstance("MSFT_Credential")] String Credential; }; |