Resource Type: dsc_xscvmmmanagementserversetup
- Defined in:
- lib/puppet/type/dsc_xscvmmmanagementserversetup.rb
- Providers:
- 
      
        powershell
 
Overview
The DSC xSCVMMManagementServerSetup resource type. Automatically generated from ‘xSCVMM/DSCResources/MSFT_xSCVMMManagementServerSetup/MSFT_xSCVMMManagementServerSetup.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_bitstcpport
      
      
      BitsTcpPort - Port for file transfers to agents on hosts and library servers. 
- 
      dsc_clustermanagementserver
      
      
      ClusterManagementServer - Is this a clustered Management Server? Supported values:- true
- false
 
- 
      dsc_companyname
      
      
      CompanyName - Display name for the organization. 
- 
      dsc_createnewlibraryshare
      
      
      CreateNewLibraryShare - 0: Use an existing library share. 1: Create a new library share. 
- 
      dsc_createnewsqldatabase
      
      
      CreateNewSqlDatabase - 0: Use an existing Microsoft SQL Server database. 1: Create a new SQL Server database. 
- 
      dsc_ensure
      
      
      Ensure - An enumerated value that describes if the DPM 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_forcehavmmuninstall
      
      
      ForceHAVMMUninstall - 0: Do not force uninstallation if setup.exe cannot verify whether this node is the final node of the highly available installation. 1: Force the uninstallation. 
- 
      dsc_indigohttpport
      
      
      IndigoHTTPPort - Port for communication with Windows PE agent for time synchronization. 
- 
      dsc_indigohttpsport
      
      
      IndigoHTTPSPort - Port for communication with the Windows Preinstallation Environment agents. 
- 
      dsc_indigonettcpport
      
      
      IndigoNETTCPPort - Port for communication with Windows Deployment Services. 
- 
      dsc_indigotcpport
      
      
      IndigoTcpPort - Port for communication with the VMM console. 
- 
      dsc_librarysharedescription
      
      
      LibraryShareDescription - Description of the share. 
- 
      dsc_librarysharename
      
      
      LibraryShareName - Name of the file share to be used or created. 
- 
      dsc_librarysharepath
      
      
      LibrarySharePath - Location of the existing file share or the new file share to be created. 
- 
      dsc_muoptin
      
      
      MUOptIn - 0: Do not opt in to Microsoft Update. 1: Opt in to Microsoft Update. 
- 
      dsc_productkey
      
      
      ProductKey - Product key for licensed installations. 
- 
      dsc_programfiles
      
      
      ProgramFiles - Installation path for the software. 
- 
      dsc_psdscrunascredential
      
      
      PsDscRunAsCredential 
- 
      dsc_retainsqldatabase
      
      
      RetainSqlDatabase - 0: Remove the SQL Server database. 1: Do not remove the SQL Server database. 
- 
      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_sqldatabasename
      
      
      SqlDatabaseName - Name of the new or existing SQL Server database. 
- 
      dsc_sqlinstancename
      
      
      SqlInstanceName - Name of the new or existing instance of SQL Server. 
- 
      dsc_sqlmachinename
      
      
      SqlMachineName - Name of the server that is hosting SQL Server. 
- 
      dsc_sqmoptin
      
      
      SQMOptIn - 0: Do not opt in to the Customer Experience Improvement Program (CEIP). 1: Opt in to CEIP. 
- 
      dsc_topcontainername
      
      
      TopContainerName - Container for Distributed Key Management. 
- 
      dsc_username
      
      
      UserName - Display name for the user. 
- 
      dsc_vmmservername
      
      
      VmmServerName - Clustered service name for a highly available VMM management server. 
- 
      dsc_vmmservice
      
      
      vmmService - Domain account for the VMM service. 
- 
      dsc_vmmserviceusername
      
      
      vmmServiceUsername - Output username of the VMM service. 
- 
      dsc_vmmstaticipaddress
      
      
      VMMStaticIPAddress - IP address for the clustered service name for a highly available VMM management server, if you are not using Dynamic Host Configuration Protocol (DHCP). 
- 
      dsc_wsmantcpport
      
      
      WSManTcpPort - Port for communication with agents on hosts and library servers. 
- name (namevar)
- 
      provider
      
      
      The specific backend to use for this ‘dsc_xscvmmmanagementserversetup` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.