Skip to content

Commit 552f9a5

Browse files
Update Set-CsTeamsAIPolicy.md
adding missing parameters in the syntax
1 parent 8940cab commit 552f9a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ ms.author: andywang
1313

1414
## SYNOPSIS
1515

16-
This cmdlet Set Teams AI policy value for current tenant.
16+
This cmdlet sets Teams AI policy value for users in the tenant.
1717

1818
## SYNTAX
1919

2020
```
2121
Set-CsTeamsAIPolicy [[-Identity] <string>]
2222
[-EnrollFace <Boolean>]
2323
[-EnrollVoice <Boolean>]
24+
[-Description <string>]
2425
[<CommonParameters>]
2526
```
2627

@@ -153,4 +154,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
153154
154155
[Get-CsTeamsAIPolicy](https://learn.microsoft.com/powershell/module/teams/get-csteamsaipolicy)
155156
156-
[Grant-CsTeamsAIPolicy](https://learn.microsoft.com/powershell/module/teams/grant-csteamsaipolicy)
157+
[Grant-CsTeamsAIPolicy](https://learn.microsoft.com/powershell/module/teams/grant-csteamsaipolicy)

0 commit comments

Comments
 (0)