File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff 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
3751PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollFace Enabled
3852```
3953
4054Set Teams AI policy "EnrollFace" value to "Enabled" for identity "Test".
4155
42- ### Example 2
56+ ### Example 4
4357``` powershell
4458PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollVoice Enabled
4559```
4660
4761Set Teams AI policy "EnrollVoice" value to "Enabled" for identity "Test".
4862
49- ### Example 3
63+ ### Example 5
5064``` powershell
5165PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollFace Disabled
5266```
5367
5468Set Teams AI policy "EnrollFace" value to "Disabled" for identity "Test".
5569
56- ### Example 4
70+ ### Example 6
5771``` powershell
5872PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollVoice Disabled
5973```
You can’t perform that action at this time.
0 commit comments