Skip to content

Commit c81c61a

Browse files
author
kennywan
committed
review ammendments, fixed example 2 typo
1 parent 8ff239c commit c81c61a

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

teams/teams-ps/teams/Get-CsTeamsVdiPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ The CsTeamsVdiPolicy cmdlets enable administrators to control the type of meetin
1313
## SYNTAX
1414

1515
### Identity (Default)
16-
```
16+
```powershell
1717
Get-CsTeamsVdiPolicy [[-Identity] <String>] [<CommonParameters>]
1818
```
1919

2020
### Filter
21-
```
21+
```powershell
2222
Get-CsTeamsVdiPolicy [-Filter <String>] [<CommonParameters>]
2323
```
2424

teams/teams-ps/teams/Grant-CsTeamsVdiPolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ Assigns a teams Vdi policy at the per-user scope. The CsTeamsVdiPolicy cmdlets e
1313
## SYNTAX
1414

1515
### Identity (Default)
16-
```
16+
```powershell
1717
Grant-CsTeamsVdiPolicy [<CommonParameters>]
1818
```
1919

2020
### GrantToUser
21-
```
21+
```powershell
2222
Grant-CsTeamsVdiPolicy -Identity <String> [[-PolicyName] <String>] [<CommonParameters>]
2323
```
2424

2525
### GrantToGroup
26-
```
26+
```powershell
2727
Grant-CsTeamsVdiPolicy [[-PolicyName] <String>] [-Group] <String> -Rank <Int32> [<CommonParameters>]
2828
```
2929

3030
### GrantToTenant
31-
```
31+
```powershell
3232
Grant-CsTeamsVdiPolicy [[-PolicyName] <String>] [-Global] [-Force] [<CommonParameters>]
3333
```
3434

teams/teams-ps/teams/New-CsTeamsVdiPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The CsTeamsVdiPolicy cmdlets enable administrators to control the type of meetin
1212

1313
## SYNTAX
1414

15-
```
15+
```powershell
1616
New-CsTeamsVdiPolicy [-DisableCallsAndMeetings <Boolean>] [-DisableAudioVideoInCallsAndMeetings <Boolean>]
1717
[-VDI2Optimization <String>] [-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
1818
```
@@ -31,7 +31,7 @@ PS C:\> New-CsTeamsVdiPolicy -Identity RestrictedUserPolicy -VDI2Optimization "D
3131

3232
The command shown in Example 1 uses the New-CsTeamsVdiPolicy cmdlet to create a new Vdi policy with the Identity RestrictedUserPolicy. This policy will use all the default values for a vdi policy except one: VDI2Optimization; in this example, users with this policy will not be able to be VDI 2.0 optimized.
3333

34-
### Example 2 2
34+
### Example 2
3535
```powershell
3636
PS C:\> New-CsTeamsVdiPolicy -Identity OnlyOptimizedPolicy -DisableAudioVideoInCallsAndMeetings $True -DisableCallsAndMeetings $True
3737
```

teams/teams-ps/teams/Remove-CsTeamsVdiPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This CsTeamsVdiPolicy cmdlets removes a previously created TeamsVdiPolicy.
1212

1313
## SYNTAX
1414

15-
```
15+
```powershell
1616
Remove-CsTeamsVdiPolicy [-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
1717
```
1818

teams/teams-ps/teams/Set-CsTeamsVdiPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The CsTeamsVdiPolicy cmdlets enable administrators to control the type of meetin
1212

1313
## SYNTAX
1414

15-
```
15+
```powershell
1616
Set-CsTeamsVdiPolicy [-DisableCallsAndMeetings <Boolean>] [-DisableAudioVideoInCallsAndMeetings <Boolean>]
1717
[-VDI2Optimization <String>] [-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
1818
```

0 commit comments

Comments
 (0)