Resource Type: dsc_xexchexchangecertificate
- Defined in:
- lib/puppet/type/dsc_xexchexchangecertificate.rb
Overview
The DSC xExchExchangeCertificate resource type. Automatically generated from version 1.33.0
Properties
-
dsc_allowextraservices
Get-ExchangeCertificate sometimes displays more services than are actually enabled. Setting this to true allows tests to pass in that situation as long as the requested services are present.
-
dsc_certfilepath
The file path to the certificate .pfx file that should be imported.
-
dsc_domaincontroller
The DomainController parameter specifies the domain controller that’s used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
-
dsc_donotrequiressl
Setting DoNotRequireSsl to True prevents DSC from enabling the Require SSL setting on the Default Web Site when you enable the certificate for IIS. Defaults to False.
-
dsc_ensure
Whether the certificate should be present or not.
-
dsc_networkserviceallowed
Setting NetworkServiceAllowed to True gives the built-in Network Service account permission to read the certificate’s private key without enabling the certificate for SMTP. Defaults to False.
-
dsc_services
The Services parameter specifies the Exchange services that the certificate is enabled for.
Parameters
-
dsc_certcreds
Credentials containing the password to the .pfx file in CertFilePath.
-
dsc_credential
Credentials used to establish a remote PowerShell session to Exchange.
-
dsc_psdscrunascredential
-
dsc_thumbprint (namevar)
Thumbprint of the certificate to work on.
-
name (namevar)
Description of the purpose for this resource declaration.
-
validation_mode
(defaults to: property)
Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).