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
42
42
[-CertificateThumbprint <String>]
43
43
[-Credential <PSCredential>]
44
44
[-Device]
45
+ [-DisableWAM]
45
46
[-EnableErrorReporting]
46
47
[-InlineCredential]
47
48
[-LoadCmdletHelp]
@@ -459,6 +460,26 @@ Accept pipeline input: False
459
460
Accept wildcard characters: False
460
461
` ` `
461
462
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
+
462
483
# ## -EnableErrorReporting
463
484
The EnableErrorReporting switch specifies whether to enable error reporting. You don't need to specify a value with this switch.
464
485
You can’t perform that action at this time.
0 commit comments