File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ This cmdlet creates a Teams AI policy.
1818
1919``` powershell
2020New-CsTeamsAIPolicy -Identity <String>
21- [-EnrollFace <boolean >]
22- [-EnrollVoice <boolean >]
23- [-SpeakerAttributionBYOD <boolean >]
21+ [-EnrollFace <string >]
22+ [-EnrollVoice <string >]
23+ [-SpeakerAttributionBYOD <string >]
2424 [-Description <string>]
2525 [<CommonParameters>]
2626```
@@ -61,7 +61,7 @@ Accept wildcard characters: False
6161Policy value of the Teams AI EnrollFace policy. EnrollFace controls user access to user face enrollment in the Teams app settings.
6262
6363` ` ` yaml
64- Type : Boolean
64+ Type : String
6565Parameter Sets : ("Enabled","Disabled")
6666Aliases :
6767
@@ -76,7 +76,7 @@ Accept wildcard characters: False
7676Policy value of the Teams AI EnrollVoice policy. EnrollVoice controls user access to user voice enrollment in the Teams app settings.
7777
7878` ` ` yaml
79- Type : Boolean
79+ Type : String
8080Parameter Sets : ("Enabled","Disabled")
8181Aliases :
8282
@@ -91,7 +91,7 @@ Accept wildcard characters: False
9191Policy value of the Teams AI SpeakerAttributionBYOD policy. Setting to "Enabled" turns on speaker attribution in BYOD scenarios while "Disabled" will turn off the function.
9292
9393` ` ` yaml
94- Type : Boolean
94+ Type : String
9595Parameter Sets : ("Enabled","Disabled")
9696Aliases :
9797
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ This cmdlet sets Teams AI policy value for users in the tenant.
1919
2020``` powershell
2121Set-CsTeamsAIPolicy [[-Identity] <string>]
22- [-EnrollFace <Boolean >]
23- [-EnrollVoice <Boolean >]
24- [-SpeakerAttributionBYOD <Boolean >]
22+ [-EnrollFace <string >]
23+ [-EnrollVoice <string >]
24+ [-SpeakerAttributionBYOD <string >]
2525 [-Description <string>]
2626 [<CommonParameters>]
2727```
@@ -118,7 +118,7 @@ Accept wildcard characters: False
118118Policy value of the Teams AI EnrollFace policy. EnrollFace controls user access to user face enrollment in the Teams app settings.
119119
120120` ` ` yaml
121- Type : Boolean
121+ Type : String
122122Parameter Sets : ("Enabled","Disabled")
123123Aliases :
124124
@@ -133,7 +133,7 @@ Accept wildcard characters: False
133133Policy value of the Teams AI EnrollVoice policy. EnrollVoice controls user access to user voice enrollment in the Teams app settings.
134134
135135` ` ` yaml
136- Type : Boolean
136+ Type : String
137137Parameter Sets : ("Enabled","Disabled")
138138Aliases :
139139
@@ -148,7 +148,7 @@ Accept wildcard characters: False
148148Policy value of the Teams AI SpeakerAttributionBYOD policy. Setting to "Enabled" turns on speaker attribution in BYOD scenarios while "Disabled" will turn off the function.
149149
150150` ` ` yaml
151- Type : Boolean
151+ Type : String
152152Parameter Sets : ("Enabled","Disabled")
153153Aliases :
154154
You can’t perform that action at this time.
0 commit comments