Retrieves the voice configuration object, which contains a full list of all voice test configurations defined for the Microsoft Communications Server 2010 deployment.
Syntax
Get-CsVoiceConfiguration [-Identity <XdsIdentity>] [-LocalStore <SwitchParameter>] |
Get-CsVoiceConfiguration [-Filter <String>] [-LocalStore <SwitchParameter>] |
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Identity |
Optional |
XdsIdentity |
The scope of the voice 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 voice configuration from the local replica of the Central Management database, rather than the Central Management database itself. |
Detailed Description
Voice test configurations are used to test a phone number against a specific voice policy, route, and dial plan. This cmdlet is used to retrieve the global instance that holds a list of all voice test configurations defined within the Communications Server 2010 deployment. To retrieve individual voice test configurations or to retrieve them as individual objects rather than as a list, use the Get-CsVoiceTestConfiguration cmdlet.
Return Types
This cmdlet returns an instance of the Microsoft.Rtc.Management.WriteableConfig.Policy.Voice.VoiceConfiguration object.
Examples
-------------------------- Example 1 --------------------------
Copy Code | |
---|---|
Get-CsVoiceConfiguration |
This example retrieves the voice configuration. To retrieve the voice test configurations, use the Get-CsVoiceTestConfiguration cmdlet.