Resource Type: dsc_xscsmawebserviceserversetup
- Defined in:
- lib/puppet/type/dsc_xscsmawebserviceserversetup.rb
- Providers:
- 
      
        powershell
 
Overview
The DSC xSCSMAWebServiceServerSetup resource type. Automatically generated from ‘xSCSMA/DSCResources/MSFT_xSCSMAWebServiceServerSetup/MSFT_xSCSMAWebServiceServerSetup.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_admingroupmembers
      
      
      AdminGroupMembers - A comma-separated list of users to add to the IIS Administrators group. 
- 
      dsc_appool
      
      
      ApPool - Service account of the web service application pool. 
- 
      dsc_appoolusername
      
      
      ApPoolUsername - Output username of the web service application pool. 
- 
      dsc_certificatename
      
      
      CertificateName - Name of the existing certificate to use. 
- 
      dsc_ensure
      
      
      Ensure - An enumerated value that describes if the SMA Web Service server is expected to be installed on the machine.nPresent default nAbsent n Valid values are Present, Absent. 
- 
      dsc_etwmanifest
      
      
      ETWManifest - Log to ETW. 
- 
      dsc_firstwebserviceserver
      
      
      FirstWebServiceServer - Is this the first Management Server? Supported values:- true
- false
 
- 
      dsc_installfolder
      
      
      InstallFolder - Installation folder for SMA. 
- 
      dsc_msupdate
      
      
      MSUpdate - Use Microsoft Update. 
- 
      dsc_productkey
      
      
      ProductKey - Product key for licensed installations. 
- 
      dsc_psdscrunascredential
      
      
      PsDscRunAsCredential 
- 
      dsc_runbookworkerservers
      
      
      RunbookWorkerServers - Array of Runbook Worker servers in this deployment. 
- 
      dsc_sendceipreports
      
      
      SendCEIPReports - Send Customer Experience Improvement Program. 
- 
      dsc_setupcredential
      
      
      SetupCredential - Credential to be used to perform the installation. 
- 
      dsc_sitename
      
      
      SiteName - Name of the SMA web site. 
- 
      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_specifycertificate
      
      
      SpecifyCertificate - Specify an existing certificate for the SMA web site. 
- 
      dsc_sqldatabase
      
      
      SqlDatabase - Name of the SMA database. 
- 
      dsc_sqlinstance
      
      
      SqlInstance - Name of the SQL Instance for the SMA database. 
- 
      dsc_sqlserver
      
      
      SqlServer - Name of the SQL Server for the SMA database. 
- 
      dsc_usessl
      
      
      UseSSL - Use SSL? 
- 
      dsc_webserviceport
      
      
      WebServicePort - Port of the SMA web site. 
- name (namevar)
- 
      provider
      
      
      The specific backend to use for this ‘dsc_xscsmawebserviceserversetup` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.