Skip to content

Commit 1b4d79a

Browse files
authored
Merge pull request #12177 from MicrosoftDocs/main
Publish main to live, Wednesday 3:30PM PDT, 10/16
2 parents a1b5bd9 + aa2d20b commit 1b4d79a

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)