Skip to content

Commit 042ce6e

Browse files
Minor typos & grammar fix-up.
1 parent d26bf88 commit 042ce6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

skype/skype-ps/skype/Grant-CsTeamsVideoInteropServicePolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Grant-CsTeamsVideoInteropServicePolicy [-PolicyName] <String> [-Tenant <System.G
2929
## DESCRIPTION
3030
Cloud Video Interop for Teams enables 3rd party VTC devices to be able to join Teams meetings. You can use the TeamsVideoInteropServicePolicy cmdlets to enable Cloud Video Interop for particular users or for your entire organization. Microsoft provides pre-constructed policies for each of our supported partners that allow you to designate which of the partners to use for cloud video interop.
3131

32-
The Grant-CsTeamsVideoInteropServicePolicy cmdlet allows you to assign a pre-constructed policies for use in your organization or assign the policy to specific users.
32+
The Grant-CsTeamsVideoInteropServicePolicy cmdlet allows you to assign a pre-constructed policy across your whole organization or only to specific users.
3333

3434
## EXAMPLES
3535

3636
### Example 1
3737
```powershell
38-
PS C:\> Grant-CsTeamsVideoInteropServicePolicy -PolicyName ServiceProviderDisabled
38+
PS C:\> Grant-CsTeamsVideoInteropServicePolicy -PolicyName ServiceProviderDisabled
3939
```
4040

4141
In this example, Cloud Video Interop has been disabled for the entire tenant, except for those users that have an explicit policy assigned to them.
@@ -125,7 +125,7 @@ Accept wildcard characters: False
125125
```
126126
127127
### -PolicyName
128-
Specify the pre-constructed policy that you would like to assign to your tenant or a particular user. You can get the policies available for your organization using the cmdlet Get-CsTeamsVideoInteropServicePolicy
128+
Specify the pre-constructed policy that you would like to assign to your tenant or a particular user. You can get the policies available for your organization using the cmdlet Get-CsTeamsVideoInteropServicePolicy.
129129
130130
```yaml
131131
Type: String

0 commit comments

Comments
 (0)