New-CsTeamsAIPolicy

This cmdlet creates a Teams AI policy.

Syntax

New-CsTeamsAIPolicy
   -Identity <String>

Description

This cmdlet creates a Teams AI policy. If you get an error that the policy already exists, it means that the policy already exists for your tenant. In this case, run Get-CsTeamsAIPolicy.

Examples

Example 1

PS C:\> New-CsTeamsAIPolicy -Identity Test

Creates a new Teams AI policy with the specified identity. The newly created policy with value will be printed on success.

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