File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
exchange/exchange-ps/exchange/users-and-groups Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Set-User [-Identity] <UserIdParameter>
25
25
[-AllowUMCallsFromNonUsers <None | SearchEnabled>]
26
26
[-Arbitration]
27
27
[-AssistantName <String>]
28
+ [-AuthenticationPolicy <String>]
28
29
[-CertificateSubject <MultiValuedProperty>]
29
30
[-City <String>]
30
31
[-Company <String>]
@@ -180,6 +181,21 @@ Accept pipeline input: False
180
181
Accept wildcard characters : False
181
182
` ` `
182
183
184
+ ### -AuthenticationPolicy
185
+ The AuthenticationPolicy parameter specifies the authentication policy to apply to the user.
186
+
187
+ ` ` ` yaml
188
+ Type : String
189
+ Parameter Sets : (All)
190
+ Aliases :
191
+ Applicable : Exchange Server 2019, Exchange Online
192
+ Required : False
193
+ Position : Named
194
+ Default value : None
195
+ Accept pipeline input : False
196
+ Accept wildcard characters : False
197
+ ` ` `
198
+
183
199
### -CertificateSubject
184
200
This parameter is available only in on-premises Exchange.
185
201
You can’t perform that action at this time.
0 commit comments