Resource Type: dsc_xscsrserversetup
- Defined in:
- lib/puppet/type/dsc_xscsrserversetup.rb
- Providers:
- 
      
        powershell
 
Overview
The DSC xSCSRServerSetup resource type. Automatically generated from ‘xSCSR/DSCResources/MSFT_xSCSRServerSetup/MSFT_xSCSRServerSetup.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_analysisdatabasename
      
      
      AnalysisDatabaseName - Name of the analysis database that already exists, or that Setup will create. 
- 
      dsc_analysisdatabaseserver
      
      
      AnalysisDatabaseServer - Name of the server that is running SQL Server where the analysis database already exists, or where Setup will create it. 
- 
      dsc_analysisdatabaseserverinstance
      
      
      AnalysisDatabaseServerInstance - Name of the SQL Server analysis database instance to install to. 
- 
      dsc_databaseserver
      
      
      DatabaseServer - Name of the server that is running SQL Server where the databases already exist, or where Setup will create them . 
- 
      dsc_databaseserverinstance
      
      
      DatabaseServerInstance - Name of the SQL Server database instance to install to. 
- 
      dsc_dwdatabasename
      
      
      DWDatabaseName - Name of the usage data warehouse database that already exists, or that Setup will create. 
- 
      dsc_ensure
      
      
      Ensure - An enumerated value that describes if the Service Reporting server is expected to be installed on the machine.nPresent default nAbsent n Valid values are Present, Absent. 
- 
      dsc_installfolder
      
      
      InstallFolder - Folder to install to. 
- 
      dsc_psdscrunascredential
      
      
      PsDscRunAsCredential 
- 
      dsc_repositorydatabasename
      
      
      RepositoryDatabaseName - Name of the usage repository database that already exists, or that Setup will create. 
- 
      dsc_sendceipreports
      
      
      SendCEIPReports - Participation in Customer Experience Improvement Program (yes or no). Valid values are Yes, No. 
- 
      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_stagingdatabasename
      
      
      StagingDatabaseName - Name of the usage staging database that already exists, or that Setup will create. 
- 
      dsc_usemicrosoftupdate
      
      
      UseMicrosoftUpdate - Participation in Microsoft Update (yes or no). Valid values are Yes, No. 
- name (namevar)
- 
      provider
      
      
      The specific backend to use for this ‘dsc_xscsrserversetup` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.