Skip to content

Commit 9f46fc7

Browse files
Update Get-CsTeamsShiftsPolicy.md
add missing parameters
1 parent febce4a commit 9f46fc7

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

teams/teams-ps/teams/Get-CsTeamsShiftsPolicy.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ This cmdlet allows you to get properties of a TeamsShiftPolicy instance, includi
1414
## SYNTAX
1515

1616
### Identity (Default)
17-
```
17+
```powershell
1818
Get-CsTeamsShiftsPolicy [[-Identity] <XdsIdentity>] [<CommonParameters>]
1919
```
2020

21+
### Filter
22+
```powershell
23+
Get-CsTeamsShiftsPolicy [-Filter <String>] [<CommonParameters>]
24+
```
25+
2126
## DESCRIPTION
2227
This cmdlet allows you to get properties of a TeamsShiftPolicy instance. Use this to get the policy name and Teams off shift warning message-specific settings (ShiftNoticeMessageType, ShiftNoticeMessageCustom, ShiftNoticeFrequency, AccessGracePeriodMinutes).
2328

@@ -56,6 +61,21 @@ Accept pipeline input: False
5661
Accept wildcard characters: False
5762
```
5863
64+
### -Filter
65+
Enables you to use wildcard characters when indicating the policy (or policies) to be returned. To return a collection of all the policies, use this syntax: -Filter "tag:*".
66+
67+
```yaml
68+
Type: String
69+
Parameter Sets: Filter
70+
Aliases:
71+
72+
Required: False
73+
Position: Named
74+
Default value: None
75+
Accept pipeline input: False
76+
Accept wildcard characters: False
77+
```
78+
5979
### CommonParameters
6080
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
6181

0 commit comments

Comments
 (0)