File tree 1 file changed +17
-3
lines changed
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
34
34
35
35
### Example 1
36
36
``` 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
37
51
PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollFace Enabled
38
52
```
39
53
40
54
Set Teams AI policy "EnrollFace" value to "Enabled" for identity "Test".
41
55
42
- ### Example 2
56
+ ### Example 4
43
57
``` powershell
44
58
PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollVoice Enabled
45
59
```
46
60
47
61
Set Teams AI policy "EnrollVoice" value to "Enabled" for identity "Test".
48
62
49
- ### Example 3
63
+ ### Example 5
50
64
``` powershell
51
65
PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollFace Disabled
52
66
```
53
67
54
68
Set Teams AI policy "EnrollFace" value to "Disabled" for identity "Test".
55
69
56
- ### Example 4
70
+ ### Example 6
57
71
``` powershell
58
72
PS C:\> Set-CsTeamsAIPolicy -Identity Test -EnrollVoice Disabled
59
73
```
You can’t perform that action at this time.
0 commit comments