DSCResources/MSFT_xSCOMWebConsoleServerSetup/MSFT_xSCOMWebConsoleServerSetup.schema.mof

[ClassVersion("1.0.0.0"), FriendlyName("xSCOMWebConsoleServerSetup")]
class MSFT_xSCOMWebConsoleServerSetup : OMI_BaseResource
{
    [Key, Description("An enumerated value that describes if the OM Web Console server is expected to be installed on the machine.\nPresent {default} \nAbsent \n"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
    [Required, Description("UNC path to the root of the source files for installation.")] String SourcePath;
    [Write, Description("Folder within the source path containing the source files for installation.")] String SourceFolder;
    [Required, EmbeddedInstance("MSFT_Credential"), Description("Credential to be used to perform the installation.")] String SetupCredential;
    [Write, Description("Installation path for the software.")] String InstallPath;
    [Required, Description("The name of the management server associated with the Reporting server.")] String ManagementServer;
    [Write, Description("The name of the website.")] String WebSiteName;
    [Write, Description("Mixed: Used for intranet scenarios. Network: Used for extranet scenarios."), ValueMap{"Mixed","Network"}, Values{"Mixed","Network"}] String WebConsoleAuthorizationMode;
    [Write, Description("Specify only if your website has Secure Sockets Layer (SSL) activated. ")] Boolean WebConsoleUseSSL;
    [Write, Description("0: Do not opt in to Microsoft Update. 1: Opt in to Microsoft Update.")] UInt8 UseMicrosoftUpdate;
    [Write, Description("0: Do not opt in to the Customer Experience Improvement Program (CEIP). 1: Opt in to CEIP.")] UInt8 SendCEIPReports;
    [Write, Description("Never: Do not opt in to sending automatic error reports. Queued: Opt in to sending error reports, but queue the reports for review before sending. Always: Opt in to automatically send error reports."), ValueMap{"Never","Queued","Always"}, Values{"Never","Queued","Always"}] String EnableErrorReporting;
    [Write, Description("0: Do not opt in to sending operational data reports. 1: opt in to sending operational data reports.")] UInt8 SendODRReports;
};