Skip to content

Commit 0b7fd14

Browse files
Merge pull request #12602 from MicrosoftDocs/main
Publish main to live, 03/12/25, 3:30 PM PDT
2 parents 04476d0 + 51dc435 commit 0b7fd14

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

exchange/exchange-ps/exchange/Connect-ExchangeOnline.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Connect-ExchangeOnline
4242
[-CertificateThumbprint <String>]
4343
[-Credential <PSCredential>]
4444
[-Device]
45+
[-DisableWAM]
4546
[-EnableErrorReporting]
4647
[-InlineCredential]
4748
[-LoadCmdletHelp]
@@ -278,7 +279,7 @@ Accept wildcard characters: False
278279

279280
The AccessToken parameter specifies the OAuth JSON Web Token (JWT) that's used to connect to ExchangeOnline.
280281

281-
Depending on the type of access token, you need to use this parameter with the Organization, DelegatedOrganization, or UserPrincipalName parameter.
282+
Depending on the type of access token, you need to use this parameter with the Organization, DelegatedOrganization, or UserPrincipalName parameters.
282283

283284
```yaml
284285
Type: String
@@ -459,6 +460,26 @@ Accept pipeline input: False
459460
Accept wildcard characters: False
460461
```
461462

463+
### -DisableWAM
464+
**Note**: This parameter is available in version 3.7.2-Preview1 or later of the module.
465+
466+
The DisableWAM switch disables Web Account Manager (WAM). You don't need to specify a value with this switch.
467+
468+
Starting in version 3.7.0, WAM is enabled by default when connecting to Exchange Online. If you encounter WAM-related issues during sign in, you can use this switch to disable WAM.
469+
470+
```yaml
471+
Type: SwitchParameter
472+
Parameter Sets: (All)
473+
Aliases:
474+
Applicable: Exchange Online
475+
476+
Required: False
477+
Position: Named
478+
Default value: None
479+
Accept pipeline input: False
480+
Accept wildcard characters: False
481+
```
482+
462483
### -EnableErrorReporting
463484
The EnableErrorReporting switch specifies whether to enable error reporting. You don't need to specify a value with this switch.
464485

0 commit comments

Comments
 (0)