File tree 2 files changed +12
-12
lines changed
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.
18
18
19
19
``` powershell
20
20
New-CsTeamsAIPolicy -Identity <String>
21
- [-EnrollFace <boolean >]
22
- [-EnrollVoice <boolean >]
23
- [-SpeakerAttributionBYOD <boolean >]
21
+ [-EnrollFace <string >]
22
+ [-EnrollVoice <string >]
23
+ [-SpeakerAttributionBYOD <string >]
24
24
[-Description <string>]
25
25
[<CommonParameters>]
26
26
```
@@ -61,7 +61,7 @@ Accept wildcard characters: False
61
61
Policy value of the Teams AI EnrollFace policy. EnrollFace controls user access to user face enrollment in the Teams app settings.
62
62
63
63
` ` ` yaml
64
- Type : Boolean
64
+ Type : String
65
65
Parameter Sets : ("Enabled","Disabled")
66
66
Aliases :
67
67
@@ -76,7 +76,7 @@ Accept wildcard characters: False
76
76
Policy value of the Teams AI EnrollVoice policy. EnrollVoice controls user access to user voice enrollment in the Teams app settings.
77
77
78
78
` ` ` yaml
79
- Type : Boolean
79
+ Type : String
80
80
Parameter Sets : ("Enabled","Disabled")
81
81
Aliases :
82
82
@@ -91,7 +91,7 @@ Accept wildcard characters: False
91
91
Policy value of the Teams AI SpeakerAttributionBYOD policy. Setting to "Enabled" turns on speaker attribution in BYOD scenarios while "Disabled" will turn off the function.
92
92
93
93
` ` ` yaml
94
- Type : Boolean
94
+ Type : String
95
95
Parameter Sets : ("Enabled","Disabled")
96
96
Aliases :
97
97
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.
19
19
20
20
``` powershell
21
21
Set-CsTeamsAIPolicy [[-Identity] <string>]
22
- [-EnrollFace <Boolean >]
23
- [-EnrollVoice <Boolean >]
24
- [-SpeakerAttributionBYOD <Boolean >]
22
+ [-EnrollFace <string >]
23
+ [-EnrollVoice <string >]
24
+ [-SpeakerAttributionBYOD <string >]
25
25
[-Description <string>]
26
26
[<CommonParameters>]
27
27
```
@@ -118,7 +118,7 @@ Accept wildcard characters: False
118
118
Policy value of the Teams AI EnrollFace policy. EnrollFace controls user access to user face enrollment in the Teams app settings.
119
119
120
120
` ` ` yaml
121
- Type : Boolean
121
+ Type : String
122
122
Parameter Sets : ("Enabled","Disabled")
123
123
Aliases :
124
124
@@ -133,7 +133,7 @@ Accept wildcard characters: False
133
133
Policy value of the Teams AI EnrollVoice policy. EnrollVoice controls user access to user voice enrollment in the Teams app settings.
134
134
135
135
` ` ` yaml
136
- Type : Boolean
136
+ Type : String
137
137
Parameter Sets : ("Enabled","Disabled")
138
138
Aliases :
139
139
@@ -148,7 +148,7 @@ Accept wildcard characters: False
148
148
Policy value of the Teams AI SpeakerAttributionBYOD policy. Setting to "Enabled" turns on speaker attribution in BYOD scenarios while "Disabled" will turn off the function.
149
149
150
150
` ` ` yaml
151
- Type : Boolean
151
+ Type : String
152
152
Parameter Sets : ("Enabled","Disabled")
153
153
Aliases :
154
154
You can’t perform that action at this time.
0 commit comments