Skip to content

Commit c55fec3

Browse files
Update Get-CsTeamsAIPolicy.md
adding missing parameters from syntax.
1 parent 552f9a5 commit c55fec3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

teams/teams-ps/teams/Get-CsTeamsAIPolicy.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ ms.author: andywang
1313

1414
## SYNOPSIS
1515

16-
This cmdlet retrieves all Teams AI policies for current tenant.
16+
This cmdlet retrieves all Teams AI policies for the tenant.
1717

1818
## SYNTAX
1919

20-
```
21-
Get-CsTeamsAIPolicy [<CommonParameters>]
20+
```powershell
21+
Get-CsTeamsAIPolicy [[-Identity] <String>] [-Filter <String>] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
2525

2626
The new csTeamsAIPolicy will replace the existing enrollment settings in csTeamsMeetingPolicy, providing enhanced flexibility and control for Teams meeting administrators. Unlike the current single setting, EnrollUserOverride, which applies to both face and voice enrollment, the new policy introduces two distinct settings: EnrollFace and EnrollVoice. These can be individually set to Enabled or Disabled, offering more granular control over biometric enrollments. In addition to improving the management of face and voice data, the csTeamsAIPolicy is designed to support future AI-related settings in Teams, making it a scalable solution for evolving needs.
2727

28-
This cmdlet retrieves all Teams AI policies for current tenant.
28+
This cmdlet retrieves all Teams AI policies for the tenant.
2929

3030
## EXAMPLES
3131

@@ -34,7 +34,7 @@ This cmdlet retrieves all Teams AI policies for current tenant.
3434
PS C:\> Get-CsTeamsAIPolicy
3535
```
3636

37-
Retrieves Teams AI policies, shows "EnrollFace" and "EnrollVoice" values.
37+
Retrieves Teams AI policies and shows "EnrollFace" and "EnrollVoice" values.
3838

3939
## PARAMETERS
4040

@@ -86,4 +86,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8686
8787
[Set-CsTeamsAIPolicy](https://learn.microsoft.com/powershell/module/teams/set-csteamsaipolicy)
8888
89-
[Grant-CsTeamsAIPolicy](https://learn.microsoft.com/powershell/module/teams/grant-csteamsaipolicy)
89+
[Grant-CsTeamsAIPolicy](https://learn.microsoft.com/powershell/module/teams/grant-csteamsaipolicy)

0 commit comments

Comments
 (0)