DSCResources/Cartwheel_xSSIS/Cartwheel_xSSIS.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("xSSIS")] class Cartwheel_xSSIS : OMI_BaseResource { [Key] String InstanceName; [Key] String InstallMediaLocation; [Key] String SysAdminAccts; [Required, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; }; |