Skip to content

Commit af58566

Browse files
author
Andy Wang
committed
Fix wording
1 parent 44b02cc commit af58566

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

teams/teams-ps/teams/Set-CsTeamsAIPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ This cmdlet sets the Teams AI policy EnrollFace and EnrollVoice value for the te
3737
PS 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

0 commit comments

Comments
 (0)