Skip to content

Commit 8e85c84

Browse files
author
Andy Wang
committed
Add all attributes to syntax section
1 parent 737c35d commit 8e85c84

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

teams/teams-ps/teams/Set-CsTeamsAIPolicy.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ This cmdlet Set Teams AI policy value for current tenant.
1818
## SYNTAX
1919

2020
```
21-
Set-CsTeamsAIPolicy -Identity <string> -EnrollVoice <Enabled/Disabled>
21+
Set-CsTeamsAIPolicy
22+
[[-Identity] <string>]
23+
[-EnrollFace <Enabled/Disabled>]
24+
[-EnrollVoice <Enabled/Disabled>]
2225
```
23-
2426
## DESCRIPTION
2527

2628
This cmdlet sets the Teams AI policy EnrollFace and EnrollVoice value for the tenant. The values of EnrollFace and EnrollVoice can be set to "Enabled" or "Disabled"

0 commit comments

Comments
 (0)