Resource Type: dsc_xexchecpvirtualdirectory

Defined in:
lib/puppet/type/dsc_xexchecpvirtualdirectory.rb

Overview

The DSC xExchEcpVirtualDirectory resource type. Automatically generated from version 1.33.0

Properties

  • dsc_adfsauthentication

    The AdfsAuthentication parameter specifies that the ECP virtual directory allows users to authenticate through Active Directory Federation Services (AD FS) authentication. This parameter accepts $true or $false. The default value is $false.

  • dsc_adminenabled

    The AdminEnabled parameter specifies that the EAC isn’t able to be accessed through the Internet.

  • dsc_allowservicerestart

    Whether it is OK to recycle the app pool after making changes. Defaults to $true.

  • dsc_basicauthentication

    The BasicAuthentication parameter specifies whether Basic authentication is enabled on the virtual directory.

  • dsc_digestauthentication

    The DigestAuthentication parameter specifies whether Digest authentication is enabled on the virtual directory.

  • 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_extendedprotectionflags

    Specifies custom settings for Extended Protection for Authentication on the virtual directory.

  • dsc_extendedprotectionspnlist

    Specifies a list of valid Service Principal Names (SPNs) if you’re using Extended Protection for Authentication on the virtual directory.

  • dsc_extendedprotectiontokenchecking

    Defines how you want to use Extended Protection for Authentication on the virtual directory.

  • dsc_externalauthenticationmethods

    The ExternalAuthenticationMethods parameter specifies the authentication methods supported on the Exchange server from outside the firewall.

  • dsc_externalurl

    The ExternalURL parameter specifies the URL that’s used to connect to the virtual directory from outside the firewall.

  • dsc_formsauthentication

    The FormsAuthentication parameter specifies whether forms-based authentication is enabled on the ECP virtual directory.

  • dsc_gziplevel

    The GzipLevel parameter sets Gzip configuration information for the ECP virtual directory.

  • dsc_internalurl

    The InternalURL parameter specifies the URL that’s used to connect to the virtual directory from inside the firewall.

  • dsc_owaoptionsenabled

    Specifies that Outlook on the web Options is enabled for end users.

  • dsc_windowsauthentication

    The WindowsAuthentication parameter specifies whether Integrated Windows authentication is enabled on the virtual directory.

Parameters

  • dsc_credential

    Credentials used to establish a remote PowerShell session to Exchange.

  • dsc_identity (namevar)

    The Identity of the ECP Virtual Directory.

  • dsc_psdscrunascredential
  • 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).