Resource Type: dsc_xexchautodiscovervirtualdirectory

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

Overview

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

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

    Supported values:
    • true
    • false
  • dsc_basicauthentication

    BasicAuthentication - Specifies whether Basic authentication is enabled on the virtual directory.

    Supported values:
    • true
    • false
  • dsc_credential

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

  • dsc_digestauthentication

    DigestAuthentication - Specifies whether Digest authentication is enabled on the virtual directory.

    Supported values:
    • true
    • false
  • dsc_domaincontroller

    DomainController - Specifies the domain controller that’s used by this cmdlet to read data from or write data to Active Directory.

  • dsc_extendedprotectionflags

    ExtendedProtectionFlags - Specifies custom settings for Extended Protection for Authentication on the virtual directory. Valid values are None, Proxy, NoServiceNameCheck, AllowDotlessSpn, ProxyCohosting.

  • dsc_extendedprotectionspnlist

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

  • dsc_extendedprotectiontokenchecking

    ExtendedProtectionTokenChecking - Defines how you want to use Extended Protection for Authentication on the virtual directory. Valid values are None, Allow, Require.

  • dsc_identity

    Identity - The Identity parameter specifies the Autodiscover virtual directory that you want to modify.

  • dsc_oauthauthentication

    OAuthAuthentication - Specifies whether OAuth authentication is enabled on the virtual directory.

    Supported values:
    • true
    • false
  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_windowsauthentication

    WindowsAuthentication - Specifies whether Integrated Windows authentication is enabled on the virtual directory.

    Supported values:
    • true
    • false
  • dsc_wssecurityauthentication

    WSSecurityAuthentication - Specifies whether WS-Security (Web Services Security) authentication is enabled on the virtual directory.

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

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