Skip to content

Commit 1f8c1e0

Browse files
authored
Merge pull request #12597 from MicrosoftDocs/372-chrisda
372-chrisda to Main
2 parents 79f5819 + 5295a02 commit 1f8c1e0

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
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]
@@ -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)