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
3737PS C:\> Set-CsTeamsAIPolicy -Identity Global -EnrollFace Disabled
3838```
3939
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.
4141
4242### Example 2
4343``` powershell
44- PS C:\> Set-CsTeamsAIPolicy -Identity Global -EnrollVoice Enabled
44+ PS C:\> Set-CsTeamsAIPolicy -Identity Global -EnrollVoice Disabled
4545```
4646
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.
4848
4949### Example 3
5050``` powershell
You can’t perform that action at this time.
0 commit comments