Skip to content

Commit e8a834f

Browse files
author
Andy Wang
committed
Validation fix
1 parent 9020ee6 commit e8a834f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,21 @@ PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollFace Enabled
3737

3838
Set Teams AI policy "EnrollFace" value to "Enabled" for identity "Test".
3939

40+
### Example 2
4041
```powershell
4142
PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollVoice Enabled
4243
```
4344

4445
Set Teams AI policy "EnrollVoice" value to "Enabled" for identity "Test".
4546

46-
### Example 2
47+
### Example 3
4748
```powershell
4849
PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollFace Disabled
4950
```
5051

5152
Set Teams AI policy "EnrollFace" value to "Disabled" for identity "Test".
5253

54+
### Example 4
5355
```powershell
5456
PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollVoice Disabled
5557
```

0 commit comments

Comments
 (0)