Modifier

Get-CsPlatformServiceSettings

Returns information about Skype for Business on Mac capabilities which have been enabled in your organization. This cmdlet was introduced in Skype for Business Server 2015 Cumulative Update 6 (December 2017).

Syntax

Get-CsPlatformServiceSettings
   [[-Identity] <XdsIdentity>]
   [-LocalStore]
   [<CommonParameters>]
Get-CsPlatformServiceSettings
   [-Filter <String>]
   [-LocalStore]
   [<CommonParameters>]

Description

Skype for Business Server 2015 Cumulative Update 6 introduces new features for Skype for Business on Mac users like support for E-911 calls, send files in peer-to-peer chats, block external access by policy and more.

The Get-CsPlatformServiceSettings cmdlet shows you which of these features are enabled.

Examples

-------------------------- EXAMPLE 1 --------------------------

PS C:\> Get-CsPlatformServiceSettings

This example shows you which of the Skype for Business on Mac features are enabled in your organization.

Parameters

-Filter

Enables you to use wildcard characters in order to return one or more Platform Service Settings configurations. For example, to return all of the Platform Service Settings configurations with the word Test in their names use this syntax:

-Filter "*Test*"

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Server 2015, Skype for Business Server 2019

-Identity

Indicates the Identity of the Platform Service Settings to be returned.

Type:XdsIdentity
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Server 2015, Skype for Business Server 2019

-LocalStore

Retrieves the Platform Service Settings configuration data 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
Applies to:Skype for Business Server 2015, Skype for Business Server 2019

Inputs

None

Outputs

System.Object