Skip to content

Commit 65294a5

Browse files
Merge branch 'main' into main
2 parents 5ab0f78 + f027c7f commit 65294a5

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

teams/teams-ps/teams/Grant-CsTeamsShiftsPolicy.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,32 @@ schema: 2.0.0
99

1010
## SYNOPSIS
1111

12-
This commandlet supports applying the TeamsShiftsPolicy to users in a tenant.
12+
This cmdlet supports applying the TeamsShiftsPolicy to users in a tenant.
1313

1414
## SYNTAX
1515

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

2121
### GrantToUser
22-
```
22+
```powershell
2323
Grant-CsTeamsShiftsPolicy [-Identity] <String> [[-PolicyName] <String>] [<CommonParameters>]
2424
```
2525

2626
### GrantToGroup
27-
```
27+
```powershell
2828
Grant-CsTeamsShiftsPolicy [[-PolicyName] <String>] [-Group] <String> [-Rank] <Int32> [<CommonParameters>]
2929
```
3030

3131
### GrantToTenant
32-
```
32+
```powershell
3333
Grant-CsTeamsShiftsPolicy [[-PolicyName] <String>] [-Global] [-Force] [<CommonParameters>]
3434
```
3535

3636
## DESCRIPTION
37-
This commandlet enables admins to grant Shifts specific policy settings to users in their tenant.
37+
This cmdlet enables admins to grant Shifts specific policy settings to users in their tenant.
3838

3939
## EXAMPLES
4040

@@ -122,6 +122,21 @@ Accept pipeline input: False
122122
Accept wildcard characters: False
123123
```
124124
125+
### -Force
126+
Suppresses the display of any non-fatal error message that might arise when running the command.
127+
128+
```yaml
129+
Type: SwitchParameter
130+
Parameter Sets: GrantToTenant
131+
Aliases:
132+
133+
Required: False
134+
Position: Named
135+
Default value: None
136+
Accept pipeline input: False
137+
Accept wildcard characters: False
138+
```
139+
125140
### CommonParameters
126141
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).
127142

0 commit comments

Comments
 (0)