Get-CsTeamsShiftsAppPolicy
Returns information about the Teams Shifts App policies that have been configured for use in your organization.
Syntax
Get-CsTeamsShiftsAppPolicy
[[-Identity] <String>]
[-MsftInternalProcessingMode <String>]
[<CommonParameters>]
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.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Identity
Unique Identity assigned to the policy when it was created.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-MsftInternalProcessingMode
{{ Fill MsftInternalProcessingMode Description }}
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
System.Object