Get-CsUserSettingsPageConfiguration
This command is used to get the current URI for setting PSTN calling and voice mail related settings.
Syntax
Identity (Default)
Get-CsUserSettingsPageConfiguration
[[-Identity] <XdsIdentity>]
[-LocalStore]
[<CommonParameters>]
Filter
Get-CsUserSettingsPageConfiguration
[-Filter <String>]
[-LocalStore]
[<CommonParameters>]
Description
This command is used to get the current URI for setting PSTN calling and voice mail related settings. The Skype for Business Administrator may choose to update these URI based on their configured PSTN calling and Voice mail services using Set-CsUserSettingsPageConfiguration:
- PstnCallingUri: The URI of the PstnCalling User settings page
- VoicemailUri: The URI of the Voicemail tab in User Settings Portal
Examples
Example 1
PS C:\> Get-CsUserSettingsPageConfiguration
This example is used to retrieve the Global User Settings Page Configuration.
Parameters
-Filter
The Filter parameter allows you to limit the number of results based on filters you specify.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Filter
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Identity
The Identity parameter is a unique identifier that designates the scope.
Parameter properties
Type: | XdsIdentity |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Identity
Position: | 1 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-LocalStore
Retrieves the user pool information from the local replica of the Central Management store rather than from the Central Management store itself.
Parameter properties
Type: | SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.