We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9020ee6 commit e8a834fCopy full SHA for e8a834f
teams/teams-ps/teams/Set-CsTeamsAIPolicy.md
@@ -37,19 +37,21 @@ PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollFace Enabled
37
38
Set Teams AI policy "EnrollFace" value to "Enabled" for identity "Test".
39
40
+### Example 2
41
```powershell
42
PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollVoice Enabled
43
```
44
45
Set Teams AI policy "EnrollVoice" value to "Enabled" for identity "Test".
46
-### Example 2
47
+### Example 3
48
49
PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollFace Disabled
50
51
52
Set Teams AI policy "EnrollFace" value to "Disabled" for identity "Test".
53
54
+### Example 4
55
56
PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollVoice Disabled
57
0 commit comments