Skip to content

Latest commit

 

History

History
93 lines (74 loc) · 2.17 KB

File metadata and controls

93 lines (74 loc) · 2.17 KB

DSC Resource 'ExchangeConfiguration'

ExchangeConfiguration configures Exchange Server virtual directories and client access settings, including ActiveSync, AutoDiscover, ECP, MAPI, OAB, OWA, EWS, Outlook Anywhere, and PowerShell endpoints.

When to use 'ExchangeConfiguration'

Use this resource when you need to configure Exchange Server client access URLs and authentication settings after installation. It manages the internal and external URLs, authentication methods, and other settings for all Exchange virtual directories. Apply this after ExchangeProvisioning.

Source

DSC Resource

Documentation

Table 1. Attributes of category 'ExchangeConfiguration'
Parameter Attribute DataType Description Allowed Values

ShellCreds

PSCredential

Exchange Management Shell credentials

CertCreds

PSCredential

Certificate credentials

FileCopyCreds

PSCredential

File copy credentials

ExternalNamespace

Mandatory

String

The external namespace for Exchange

InternalNamespace

Mandatory

String

The internal namespace for Exchange

AutoDiscoverSiteScope

Mandatory

String

The AutoDiscover site scope

Example
ExchangeConfiguration:
    ShellCreds: '[ENC=PE9ianMgVmV...=]'
    CertCreds: '[ENC=PE9ianMgVmVy...=]'
    FileCopyCreds: '[ENC=PE9ianMgVmVy...=]'
    ExternalNamespace: contoso.com
    InternalNamespace: contoso.com
    AutoDiscoverSiteScope: Site1