Get-CsPresenceManagementState
Use the Get-CsPresenceManagementState to return the notification settings of a computer or pool. The management state settings determine the batching and timing of Skype for Business Server notifications.
Syntax
Default (Default)
Get-CsPresenceManagementState
[[-Fqdn] <Fqdn>]
[-Force]
[<CommonParameters>]
Description
To return a list of all the Role-Based Access Control (RBAC) roles a cmdlet has been assigned to (including any custom RBAC roles you have created), run the following command from the Windows PowerShell prompt.
Get-CsAdminRole | Where-Object {$_.Cmdlets -Match "\<DesiredCmdletName\>"}
Examples
Example 1
Get-CsPresenceManagementState -Fqdn "atl-mcs-001.litwareinc.com"
This example returns the management state of a pool specified by its fully qualified domain name (FQDN).
Parameters
-Force
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
The Force parameter is not implemented for this cmdlet.
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 |
-Fqdn
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
Specifies the computer or pool to report. The computer or pool should be referenced by using its fully qualified domain name (FQDN). For example, -ComputerName "atl-mcs-001.litwareinc.com". If a pool is specified, the output contains the management state of all the computers in the pool. If FQDN is not specified, the settings for the local machine will be modified.
Parameter properties
Type: | Fqdn |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 2 |
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.