[This is preliminary documentation and is subject to change. Blank topics are included as placeholders.]

Retrieves the routing configuration object, which contains a list of all voice routes defined within a Microsoft Communications Server 2010 deployment.

Syntax

Get-CsRoutingConfiguration [-Identity <XdsIdentity>] [-LocalStore <SwitchParameter>]
Get-CsRoutingConfiguration [-Filter <String>] [-LocalStore <SwitchParameter>]

Parameters

Parameter Required Type Description

Identity

Optional

XdsIdentity

The scope of the routing configuration to retrieve. The only possible value is Global.

Filter

Optional

String

There can only be one instance of this object, so this parameter does nothing.

LocalStore

Optional

SwitchParameter

Retrieves the routing configuration from the local replica of the Central Management database, rather than the Central Management database itself.

Detailed Description

Voice routes contain instructions that tell Communications Server 2010 how to route calls from Enterprise Voice users to phone numbers on the public switched telephone network (PSTN) or a private branch exchange (PBX). This cmdlet is used to retrieve the global instance that holds a list of all voice routes defined within the Communications Server deployment. To retrieve individual voice routes or to retrieve them as individual objects rather than as a list, use the Get-CsVoiceRoute cmdlet.

Return Types

Get-CsRoutingConfiguration returns instances of the Microsoft.Rtc.Management.Policy.Voice.PSTNRoutingSettings object.

Examples

-------------------------- Example 1 --------------------------

Copy Code
Get-CsRoutingConfiguration

This example retrieves the routing configuration. To retrieve the voice routes, use the Get-CsVoiceRoute cmdlet.