Resource Type: dsc_xscommanagementserversetup
- Defined in:
- lib/puppet/type/dsc_xscommanagementserversetup.rb
- Providers:
- 
      
        powershell
 
Overview
The DSC xSCOMManagementServerSetup resource type. Automatically generated from ‘xSCOM/DSCResources/MSFT_xSCOMManagementServerSetup/MSFT_xSCOMManagementServerSetup.schema.mof’
To learn more about PowerShell Desired State Configuration, please visit technet.microsoft.com/en-us/library/dn249912.aspx.
For more information about built-in DSC Resources, please visit technet.microsoft.com/en-us/library/dn249921.aspx.
For more information about xDsc Resources, please visit github.com/PowerShell/DscResources.
Properties
- 
      ensure
      
      
      The basic property that the resource should be in. Supported values:- exists?
- present
- absent
 
Parameters
- 
      dsc_actionaccount
      
      
      ActionAccount - The domain and user name of the Management server action account. 
- 
      dsc_actionaccountusername
      
      
      ActionAccountUsername - Output username of the Management server action account. 
- 
      dsc_dasaccount
      
      
      DASAccount - The domain and user name of the Data Access service account. 
- 
      dsc_dasaccountusername
      
      
      DASAccountUsername - Output username of the Data Access service account. 
- 
      dsc_databasename
      
      
      DatabaseName - The name of the Operational database. 
- 
      dsc_databasesize
      
      
      DatabaseSize - The size in MB of the Operational database. 
- 
      dsc_datareader
      
      
      DataReader - The domain and user name of the data reader account. 
- 
      dsc_datareaderusername
      
      
      DataReaderUsername - Output username of the data reader account. 
- 
      dsc_datawriter
      
      
      DataWriter - The domain and user name of the data Writer account. 
- 
      dsc_datawriterusername
      
      
      DataWriterUsername - Output username of the data writer account. 
- 
      dsc_dwdatabasename
      
      
      DwDatabaseName - The name of the data warehouse database. 
- 
      dsc_dwdatabasesize
      
      
      DwDatabaseSize - The size in MB of the data warehouse database. 
- 
      dsc_dwsqlserverinstance
      
      
      DwSqlServerInstance - The data warehouse server and instance. 
- 
      dsc_enableerrorreporting
      
      
      EnableErrorReporting - 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. Valid values are Never, Queued, Always. 
- 
      dsc_ensure
      
      
      Ensure - An enumerated value that describes if the OM management server is expected to be installed on the machine.nPresent default nAbsent n Valid values are Present, Absent. 
- 
      dsc_firstmanagementserver
      
      
      FirstManagementServer - Is this the first Management Server? Supported values:- true
- false
 
- 
      dsc_installpath
      
      
      InstallPath - Installation path for the software. 
- 
      dsc_managementgroupname
      
      
      ManagementGroupName - The name of the management group. 
- 
      dsc_managementserviceport
      
      
      ManagementServicePort - Change the Management Server port on install. 
- 
      dsc_productkey
      
      
      ProductKey - Product key for licensed installations. 
- 
      dsc_psdscrunascredential
      
      
      PsDscRunAsCredential 
- 
      dsc_sendceipreports
      
      
      SendCEIPReports - 0: Do not opt in to the Customer Experience Improvement Program (CEIP). 1: Opt in to CEIP. 
- 
      dsc_sendodrreports
      
      
      SendODRReports - 0: Do not opt in to sending operational data reports. 1: opt in to sending operational data reports. 
- 
      dsc_setupcredential
      
      
      SetupCredential - Credential to be used to perform the installation. 
- 
      dsc_sourcefolder
      
      
      SourceFolder - Folder within the source path containing the source files for installation. 
- 
      dsc_sourcepath
      
      
      SourcePath - UNC path to the root of the source files for installation. 
- 
      dsc_sqlserverinstance
      
      
      SqlServerInstance - The SQL server and instance. 
- 
      dsc_usemicrosoftupdate
      
      
      UseMicrosoftUpdate - 0: Do not opt in to Microsoft Update. 1: Opt in to Microsoft Update. 
- name (namevar)
- 
      provider
      
      
      The specific backend to use for this ‘dsc_xscommanagementserversetup` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.