Skip to content

Commit aa2d20b

Browse files
authored
Merge pull request #12176 from Andy447/update-set-cmdlet-wording
Add example for global disable for Set-CsTeamsAIPolicy.md
2 parents 32b45e3 + 75d1041 commit aa2d20b

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 Disabled
45+
```
46+
47+
Set Teams AI policy "EnrollVoice" value to "Disabled" 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)