Skip to content

Commit 8cc8849

Browse files
authored
Merge pull request MicrosoftDocs#1366 from MicrosoftDocs/kenwith-patch-3
Update Grant-CsTeamsMeetingPolicy.md
2 parents 13fb63e + 61f6de6 commit 8cc8849

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

skype/skype-ps/skype/Grant-CsTeamsMeetingPolicy.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,18 @@ schema: 2.0.0
1010
## SYNOPSIS
1111
Assigns a teams meeting policy at the per-user scope. The CsTeamsMeetingPolicy cmdlets enable administrators to control the type of meetings that users can create or the features that they can access while in a meeting. It also helps determine how meetings deal with anonymous or external users
1212

13-
Grant-CsTeamsMeetingPolicy \[-Identity\] \<UserIdParameter\> \[-PolicyName\] \<string\> \[-Tenant \<guid\>\] \[-DomainController \<Fqdn\>\] \[-PassThru\] \[-WhatIf\] \[-Confirm\] \[\<CommonParameters\>\]
14-
1513
## SYNTAX
1614

1715
```
1816
Grant-CsTeamsMeetingPolicy [[-Identity] <Object>] [[-PolicyName] <Object>] [-Confirm]
1917
[-DomainController <Object>] [-PassThru] [-Tenant <Object>] [-WhatIf] [-AsJob] [<CommonParameters>]
2018
```
2119

20+
```
21+
Grant-CsTeamsMeetingPolicy [-Identity] <UserIdParameter> [-PolicyName] <string> [-Tenant <guid>] [-DomainController <Fqdn>] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
22+
```
23+
24+
2225
## DESCRIPTION
2326
Assigns a teams meeting policy at the per-user scope. The CsTeamsMeetingPolicy cmdlets enable administrators to control the type of meetings that users can create or the features that they can access while in a meeting. It also helps determine how meetings deal with anonymous or external users
2427

0 commit comments

Comments
 (0)