Remove-CsTeamsAIPolicy
This cmdlet deletes a Teams AI policy.
Syntax
Remove-CsTeamsAIPolicy
-Identity <String>
Description
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.
This cmdlet deletes a Teams AI policy with the specified identity string.
Examples
Example 1
PS C:\> Remove-CsTeamsAIPolicy -Identity "Test"
Deletes a Teams AI policy with the identify of "Test".
Parameters
-Identity
Identity of the Teams AI policy.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |