File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ This cmdlet sets the Teams AI policy EnrollFace and EnrollVoice value for the te
37
37
PS C:\> Set-CsTeamsAIPolicy -Identity Global -EnrollFace Disabled
38
38
```
39
39
40
- Set Teams AI policy "EnrollFace" value to "Disabled" for Global as default.
40
+ Set Teams AI policy "EnrollFace" value to "Disabled" for global as default.
41
41
42
42
### Example 2
43
43
``` powershell
44
- PS C:\> Set-CsTeamsAIPolicy -Identity Global -EnrollVoice Enabled
44
+ PS C:\> Set-CsTeamsAIPolicy -Identity Global -EnrollVoice Disabled
45
45
```
46
46
47
- Set Teams AI policy "EnrollVoice" value to "Enabled " for Global as default.
47
+ Set Teams AI policy "EnrollVoice" value to "Disabled " for global as default.
48
48
49
49
### Example 3
50
50
``` powershell
You can’t perform that action at this time.
0 commit comments