Skip to content

Commit 04c0986

Browse files
authored
Merge branch 'master' into patch-1
2 parents 1fbcb8a + 94a5796 commit 04c0986

File tree

1 file changed

+16
-0
lines changed
  • exchange/exchange-ps/exchange/users-and-groups

1 file changed

+16
-0
lines changed

exchange/exchange-ps/exchange/users-and-groups/Set-User.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Set-User [-Identity] <UserIdParameter>
2525
[-AllowUMCallsFromNonUsers <None | SearchEnabled>]
2626
[-Arbitration]
2727
[-AssistantName <String>]
28+
[-AuthenticationPolicy <String>]
2829
[-CertificateSubject <MultiValuedProperty>]
2930
[-City <String>]
3031
[-Company <String>]
@@ -180,6 +181,21 @@ Accept pipeline input: False
180181
Accept wildcard characters: False
181182
```
182183
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+
183199
### -CertificateSubject
184200
This parameter is available only in on-premises Exchange.
185201

0 commit comments

Comments
 (0)