File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,25 @@ This cmdlet sets the Teams AI policy EnrollFace and EnrollVoice value for the te
29
29
30
30
### Example 1
31
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
+ ``` powershell
32
46
PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollFace Disabled
33
47
```
34
48
35
49
Set Teams AI policy "EnrollFace" value to "Disabled" for identity "Test".
36
50
37
- ### Example 2
38
51
``` powershell
39
52
PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollVoice Disabled
40
53
```
You can’t perform that action at this time.
0 commit comments