Skip to content

Commit febce4a

Browse files
Update Set-CsTeamsShiftsPolicy.md
adding missing parameters
1 parent 646926f commit febce4a

File tree

1 file changed

+51
-2
lines changed

1 file changed

+51
-2
lines changed

teams/teams-ps/teams/Set-CsTeamsShiftsPolicy.md

Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ This cmdlet allows you to set or update properties of a TeamsShiftPolicy instanc
1313

1414
## SYNTAX
1515

16-
```
17-
Set-CsTeamsShiftsPolicy [[-Identity] <XdsIdentity>] [-ShiftNoticeFrequency <String>] [-ShiftNoticeMessageType <String>] [-ShiftNoticeMessageCustom <String>] [-AccessType <String>] [-AccessGracePeriodMinutes <Int64>] [-EnableScheduleOwnerPermissions <Boolean>] [<CommonParameters>]
16+
```powershell
17+
Set-CsTeamsShiftsPolicy [-ShiftNoticeFrequency <String>] [-ShiftNoticeMessageType <String>]
18+
[-ShiftNoticeMessageCustom <String>] [-AccessType <String>] [-AccessGracePeriodMinutes <Int64>]
19+
[-EnableScheduleOwnerPermissions <Boolean>] [-Identity] <String> [-Force] [-WhatIf] [-Confirm]
20+
[<CommonParameters>]
1821
```
1922

2023
## DESCRIPTION
@@ -152,6 +155,52 @@ Accept pipeline input: False
152155
Accept wildcard characters: False
153156
```
154157
158+
### -Confirm
159+
Prompts you for confirmation before running the cmdlet.
160+
161+
```yaml
162+
Type: SwitchParameter
163+
Parameter Sets: (All)
164+
Aliases: cf
165+
166+
Required: False
167+
Position: Named
168+
Default value: None
169+
Accept pipeline input: False
170+
Accept wildcard characters: False
171+
```
172+
173+
### -Force
174+
Suppresses the display of any non-fatal error message that might arise when running the command.
175+
176+
```yaml
177+
Type: SwitchParameter
178+
Parameter Sets: (All)
179+
Aliases:
180+
181+
Required: False
182+
Position: Named
183+
Default value: None
184+
Accept pipeline input: False
185+
Accept wildcard characters: False
186+
```
187+
188+
### -WhatIf
189+
Shows what would happen if the cmdlet runs.
190+
The cmdlet is not run.
191+
192+
```yaml
193+
Type: SwitchParameter
194+
Parameter Sets: (All)
195+
Aliases: wi
196+
197+
Required: False
198+
Position: Named
199+
Default value: None
200+
Accept pipeline input: False
201+
Accept wildcard characters: False
202+
```
203+
155204
### CommonParameters
156205
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).
157206

0 commit comments

Comments
 (0)