Scripts/Reskit9/All Resources/xAdcsDeployment/DSCResources/MSFT_xAdcsWebEnrollment/MSFT_xAdcsWebEnrollment.schema.mof
[ClassVersion("0.1.0.0"), FriendlyName("xAdcsWebEnrollment")]
class MSFT_xAdcsWebEnrollment : OMI_BaseResource { [Write, Description("CAConfig parameter string. Do not specify this if there is a local CA installed.")] String CAConfig; [Required, Description("If the Web Enrollment service is configured to use Standalone certification authority, then an account that is a member of the local Administrators on the CA is required. If the Web Enrollment service is configured to use an Enterprise CA, then an account that is a member of Domain Admins is required."), EmbeddedInstance("MSFT_Credential")] String Credential; [Write, Description("Specifies whether the Web Enrollment feature should be installed or uninstalled."), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; [Key] String Name; }; |