Resource Type: dsc_xexchclientaccessserver

Defined in:
lib/puppet/type/dsc_xexchclientaccessserver.rb
Providers:
powershell

Overview

The DSC xExchClientAccessServer resource type. Automatically generated from ‘xExchange/DSCResources/MSFT_xExchClientAccessServer/MSFT_xExchClientAccessServer.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

Parameters

  • dsc_alternateserviceaccountcredential

    AlternateServiceAccountCredential - The AlternateServiceAccountCredential parameter specifies an alternative service account that’stypically used for Kerberos authentication.

  • dsc_autodiscoverserviceinternaluri

    AutoDiscoverServiceInternalUri - The AutoDiscoverServiceInternalUri parameter specifies the internal URL of the Autodiscover service.

  • dsc_autodiscoversitescope

    AutoDiscoverSiteScope - The AutoDiscoverSiteScope parameter specifies the Active Directory site that the Autodiscover service is authoritative for. Clients that connect to the Autodiscover service by using the internal URL need to exist in the specified site.

  • dsc_cleanupinvalidalternateserviceaccountcredentials

    CleanUpInvalidAlternateServiceAccountCredentials - The CleanUpInvalidAlternateServiceAccountCredentialsswitch specifies whether to remove a previously configured alternate service account that’s no longer valid.

    Supported values:
    • true
    • false
  • dsc_credential

    Credential - Credentials used to establish a remote PowerShell session to Exchange.

  • dsc_domaincontroller

    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_identity

    Identity - The hostname of the Client Access Server.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_removealternateserviceaccountcredentials

    RemoveAlternateServiceAccountCredentials - The RemoveAlternateServiceAccountCredentialsswitch specifies whether to remove a previously distributed alternate service account.

    Supported values:
    • true
    • false
  • name (namevar)
  • provider

    The specific backend to use for this ‘dsc_xexchclientaccessserver` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.