Skip to content

Commit cdff45a

Browse files
author
Andy Wang
committed
Add more exmaples for Set-CsteamsAiPolicy doc
1 parent bfbd0c9 commit cdff45a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,25 @@ This cmdlet sets the Teams AI policy EnrollFace and EnrollVoice value for the te
2929

3030
### Example 1
3131
```powershell
32+
PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollFace Enabled
33+
```
34+
35+
Set Teams AI policy "EnrollFace" value to "Enabled" for identity "Test".
36+
37+
```powershell
38+
PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollVoice Enabled
39+
```
40+
41+
Set Teams AI policy "EnrollVoice" value to "Enabled" for identity "Test".
42+
43+
44+
### Example 2
45+
```powershell
3246
PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollFace Disabled
3347
```
3448

3549
Set Teams AI policy "EnrollFace" value to "Disabled" for identity "Test".
3650

37-
### Example 2
3851
```powershell
3952
PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollVoice Disabled
4053
```

0 commit comments

Comments
 (0)