Get-CsUserSettingsPageConfiguration

This command is used to get the current URI for setting PSTN calling and voice mail related settings.

Syntax

Get-CsUserSettingsPageConfiguration
   [[-Identity] <XdsIdentity>]
   [-LocalStore]
   [<CommonParameters>]
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.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Identity

The Identity parameter is a unique identifier that designates the scope.

Type:XdsIdentity
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-LocalStore

Retrieves the user pool information from the local replica of the Central Management store rather than from the Central Management store itself.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Object