Get-CsTeamsShiftsAppPolicy
Returns information about the Teams Shifts App policies that have been configured for use in your organization.
Syntax
Identity (Default)
Get-CsTeamsShiftsAppPolicy
[[-Identity] <String>]
[-MsftInternalProcessingMode <String>]
[<CommonParameters>]
Filter
Get-CsTeamsShiftsAppPolicy
[-MsftInternalProcessingMode <String>]
[-Filter <String>]
[<CommonParameters>]
Description
The Teams Shifts app is designed to help frontline workers and their managers manage schedules and communicate effectively.
Examples
Example 1
PS C:\> Get-CsTeamsShiftsAppPolicy
Lists any available Teams Shifts Apps Policies.
Parameters
-Filter
This parameter accepts a wildcard string and returns all policies with identities matching that string. For example, a Filter value of tag:* will return all policies defined at the per-user level.
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
Unique Identity assigned to the policy when it was created.
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
{{ Fill MsftInternalProcessingMode Description }}
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.