Skip to content

Commit 8940cab

Browse files
Update New-CsTeamsAIPolicy.md
adding missing parameters to syntax
1 parent 0ef91e1 commit 8940cab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

teams/teams-ps/teams/New-CsTeamsAIPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This cmdlet creates a Teams AI policy.
1717
## SYNTAX
1818

1919
```powershell
20-
New-CsTeamsAIPolicy -Identity <String> [<CommonParameters>]
20+
New-CsTeamsAIPolicy -Identity <String> [-EnrollFace <boolean>] [-EnrollVoice <boolean>] [-Description <string>] [<CommonParameters>]
2121
```
2222

2323
## DESCRIPTION
@@ -113,4 +113,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
113113
114114
[Set-CsTeamsAIPolicy](https://learn.microsoft.com/powershell/module/teams/set-csteamsaipolicy)
115115
116-
[Grant-CsTeamsAIPolicy](https://learn.microsoft.com/powershell/module/teams/grant-csteamsaipolicy)
116+
[Grant-CsTeamsAIPolicy](https://learn.microsoft.com/powershell/module/teams/grant-csteamsaipolicy)

0 commit comments

Comments
 (0)