Skip to content

Commit 44b02cc

Browse files
author
Andy Wang
committed
Add example for global disable for Set-CsTeamsAIPolicy.md
1 parent 0444085 commit 44b02cc

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

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

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,40 @@ This cmdlet sets the Teams AI policy EnrollFace and EnrollVoice value for the te
3434

3535
### Example 1
3636
```powershell
37+
PS C:\> Set-CsTeamsAIPolicy -Identity Global -EnrollFace Disabled
38+
```
39+
40+
Set Teams AI policy "EnrollFace" value to "Disabled" for Global as default.
41+
42+
### Example 2
43+
```powershell
44+
PS C:\> Set-CsTeamsAIPolicy -Identity Global -EnrollVoice Enabled
45+
```
46+
47+
Set Teams AI policy "EnrollVoice" value to "Enabled" for Global as default.
48+
49+
### Example 3
50+
```powershell
3751
PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollFace Enabled
3852
```
3953

4054
Set Teams AI policy "EnrollFace" value to "Enabled" for identity "Test".
4155

42-
### Example 2
56+
### Example 4
4357
```powershell
4458
PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollVoice Enabled
4559
```
4660

4761
Set Teams AI policy "EnrollVoice" value to "Enabled" for identity "Test".
4862

49-
### Example 3
63+
### Example 5
5064
```powershell
5165
PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollFace Disabled
5266
```
5367

5468
Set Teams AI policy "EnrollFace" value to "Disabled" for identity "Test".
5569

56-
### Example 4
70+
### Example 6
5771
```powershell
5872
PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollVoice Disabled
5973
```

0 commit comments

Comments
 (0)