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 bfbd0c9 commit cdff45aCopy full SHA for cdff45a
teams/teams-ps/teams/Set-CsTeamsAIPolicy.md
@@ -29,12 +29,25 @@ This cmdlet sets the Teams AI policy EnrollFace and EnrollVoice value for the te
29
30
### Example 1
31
```powershell
32
+PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollFace Enabled
33
+```
34
+
35
+Set Teams AI policy "EnrollFace" value to "Enabled" for identity "Test".
36
37
+```powershell
38
+PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollVoice Enabled
39
40
41
+Set Teams AI policy "EnrollVoice" value to "Enabled" for identity "Test".
42
43
44
+### Example 2
45
46
PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollFace Disabled
47
```
48
49
Set Teams AI policy "EnrollFace" value to "Disabled" for identity "Test".
50
-### Example 2
51
52
PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollVoice Disabled
53
0 commit comments