File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
exchange/exchange-ps/exchange Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff 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
459460Accept 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+ When using this cmdlet, you might encounter an error related to WAM if a window handle is not configured properly.
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
463484The EnableErrorReporting switch specifies whether to enable error reporting. You don't need to specify a value with this switch.
464485
You can’t perform that action at this time.
0 commit comments