Get-CsTeamsWorkLoadPolicy
This cmdlet applies an instance of the Teams Workload policy to users or groups in a tenant.
Syntax
Identity (Default)
Get-CsTeamsWorkLoadPolicy
[[-Identity] <String>]
[-MsftInternalProcessingMode <String>]
[<CommonParameters>]
Filter
Get-CsTeamsWorkLoadPolicy
[-MsftInternalProcessingMode <String>]
[-Filter <String>]
[<CommonParameters>]
Description
The TeamsWorkLoadPolicy determines the workloads like meeting, messaging, calling that are enabled and/or pinned for the user.
Examples
Example 1
PS C:\> Get-CsTeamsWorkLoadPolicy
Retrieves the Teams Workload Policy instances and shows assigned values.
Parameters
-Filter
Enables you to use wildcard characters when indicating the policy (or policies) to be returned.
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
Identity of the Teams Workload Policy.
Parameter properties
Type: | String |
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 |
-MsftInternalProcessingMode
For Microsoft internal use only.
Parameter properties
Type: | String |
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.