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 44b02cc commit af58566Copy full SHA for af58566
teams/teams-ps/teams/Set-CsTeamsAIPolicy.md
@@ -37,14 +37,14 @@ This cmdlet sets the Teams AI policy EnrollFace and EnrollVoice value for the te
37
PS C:\> Set-CsTeamsAIPolicy -Identity Global -EnrollFace Disabled
38
```
39
40
-Set Teams AI policy "EnrollFace" value to "Disabled" for Global as default.
+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 Enabled
+PS C:\> Set-CsTeamsAIPolicy -Identity Global -EnrollVoice Disabled
45
46
47
-Set Teams AI policy "EnrollVoice" value to "Enabled" for Global as default.
+Set Teams AI policy "EnrollVoice" value to "Disabled" for global as default.
48
49
### Example 3
50
0 commit comments