Resource Type: dsc_xwinrm
- Defined in:
- lib/puppet/type/dsc_xwinrm.rb
- Providers:
- 
      
        powershell
 
Overview
The DSC xWinRM resource type. Automatically generated from ‘xWinRM/DSCResources/xWinRM/xWinRM.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_client_allowunencrypted
      
      
      Client_AllowUnencrypted - Enable or disable unencrypted WinRM client Valid values are true, false. 
- 
      dsc_client_basic
      
      
      Client_Basic - Enable or disable basic auth for the WinRM client Valid values are true, false. 
- 
      dsc_client_certificate
      
      
      Client_Certificate - Enable or disable certificate auth for the WinRM client Valid values are true, false. 
- 
      dsc_client_credssp
      
      
      Client_CredSSP - Enable or disable credssp auth for the WinRM client Valid values are true, false. 
- 
      dsc_client_digest
      
      
      Client_Digest - Enable or disable digest auth for the WinRM client Valid values are true, false. 
- 
      dsc_client_kerberos
      
      
      Client_Kerberos - Enable or disable kerberos auth for the WinRM client Valid values are true, false. 
- 
      dsc_client_negotiate
      
      
      Client_Negotiate - Enable or disable negotiate auth for the WinRM client Valid values are true, false. 
- 
      dsc_ensure
      
      
      Ensure - Ensure Valid values are Present, Absent. 
- 
      dsc_httpport
      
      
      HttpPort - Set the HTTP WinRM port 
- 
      dsc_httpscertthumpprint
      
      
      HTTPSCertThumpprint - Enter value of HTTPS certificate thumprint 
- 
      dsc_httpsport
      
      
      HttpsPort - Set the HTTPS WinRM port 
- 
      dsc_maxbatchitems
      
      
      MaxBatchItems - Set the MaxBatchItems value 
- 
      dsc_maxenvelopesizekb
      
      
      MaxEnvelopeSizekb - Set the MaxEnvelopeSizekb value 
- 
      dsc_maxmemorypershellmb
      
      
      MaxMemoryPerShellMB - Set the MaxMemoryPerShellMB value 
- 
      dsc_maxproviderrequests
      
      
      MaxProviderRequests - Set the MaxProviderRequests value 
- 
      dsc_maxtimeoutms
      
      
      MaxTimeoutms - Set the MaxTimeoutms value 
- 
      dsc_protocol
      
      
      Protocol - Listener protocol Valid values are HTTP, HTTPS. 
- 
      dsc_psdscrunascredential
      
      
      PsDscRunAsCredential 
- 
      dsc_service_allowunencrypted
      
      
      Service_AllowUnencrypted - Enable or disable unencrypted WinRM service Valid values are true, false. 
- 
      dsc_service_basic
      
      
      Service_Basic - Enable or disable basic auth for the WinRM service Valid values are true, false. 
- 
      dsc_service_certificate
      
      
      Service_Certificate - Enable or disable certificate auth for the WinRM service Valid values are true, false. 
- 
      dsc_service_credssp
      
      
      Service_CredSSP - Enable or disable credssp auth for the WinRM service Valid values are true, false. 
- 
      dsc_service_kerberos
      
      
      Service_Kerberos - Enable or disable kerberos auth for the WinRM service Valid values are true, false. 
- 
      dsc_service_negotiate
      
      
      Service_Negotiate - Enable or disable negotiate auth for the WinRM service Valid values are true, false. 
- name (namevar)
- 
      provider
      
      
      The specific backend to use for this ‘dsc_xwinrm` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.