Resource Type: dsc_xexchumcallroutersettings

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

Overview

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

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

  • dsc_dialplans

    DialPlans - Specifies all dial plans that the Unified Messaging service handles incoming calls for

  • dsc_domaincontroller

    DomainController - Optional Domain Controller to connect to

  • dsc_ipaddressfamily

    IPAddressFamily - Specifies whether the UM IP gateway will use IPv4, IPv6, or both to communicate Valid values are IPv4Only, IPv6Only, Any.

  • dsc_ipaddressfamilyconfigurable

    IPAddressFamilyConfigurable - Specifies whether you’re able to set the IPAddressFamily parameter to IPv6Only or Any

    Supported values:
    • true
    • false
  • dsc_maxcallsallowed

    MaxCallsAllowed - Specifies the maximum number of concurrent voice calls that the Unified Messaging service allows

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_server

    Server - Hostname of the UM server to configure

  • dsc_siptcplisteningport

    SipTcpListeningPort - Specifies the TCP port that’s used by the Microsoft Exchange Unified Messaging Call Router service to receive incoming calls

  • dsc_siptlslisteningport

    SipTlsListeningPort - Specifies the Transport Layer Security (TLS) port that’s used by the Microsoft Exchange Unified Messaging Call Router service to receive incoming calls

  • dsc_umstartupmode

    UMStartupMode - UMStartupMode for the UM call router Valid values are TCP, TLS, Dual.

  • name (namevar)
  • provider

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