Resource Type: dsc_exoavailabilityaddressspace

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

Overview

The DSC EXOAvailabilityAddressSpace resource type. Automatically generated from version 1.21.1222.1

Properties

  • dsc_accessmethod

    The AccessMethod parameter specifies how the free/busy data is accessed. Valid values are:PerUserFB, OrgWideFB, OrgWideFBBasic,InternalProxy

  • dsc_applicationid

    Id of the Azure Active Directory application to authenticate with.

  • dsc_certificatepath

    Path to certificate used in service principal usually a PFX file.

  • dsc_certificatethumbprint

    Thumbprint of the Azure Active Directory application’s authentication certificate to use for authentication.

  • dsc_credentials

    The Credentials parameter specifies the username and password that’s used to access the Availability services in the target forest.

  • dsc_ensure

    Specifies if this AvailabilityAddressSpace should exist.

  • dsc_forestname

    The ForestName parameter specifies the SMTP domain name of the target forest for users whose free/busy data must be retrieved. If your users are distributed among multiple SMTP domains in the target forest, run the Add-AvailabilityAddressSpace command once for each SMTP domain.

  • dsc_targetautodiscoverepr

    The TargetAutodiscoverEpr parameter specifies the Autodiscover URL of Exchange Web Services for the external organization. Exchange uses Autodiscover to automatically detect the correct server endpoint for external requests.

  • dsc_tenantid

    Id of the Azure Active Directory tenant used for authentication.

Parameters

  • dsc_certificatepassword

    Username can be made up to anything but password will be used for CertificatePassword

  • dsc_credential

    Credentials of the Exchange Global Admin

  • dsc_identity (namevar)

    The Identity parameter specifies the AvailabilityAddressSpace you want to modify.

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