You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Connect-ExchangeOnline.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ Connect-ExchangeOnline
36
36
[-PageSize <UInt32>]
37
37
[-Prefix <String>]
38
38
[[-PSSessionOption] <PSSessionOption>]
39
+
[ShowBanner]
39
40
[-ShowProgress <Boolean>]
40
41
[-TrackPerformance <Boolean>]
41
42
[-UseMultithreading <Boolean>]
@@ -284,6 +285,26 @@ Accept pipeline input: False
284
285
Accept wildcard characters: False
285
286
```
286
287
288
+
### -ShowBanner
289
+
The ShowBanner switch shows or hides the banner message that's displayed when you run Connect-ExchangeOnline. You don't need to specify a value with this switch.
290
+
291
+
To show the banner, you don't need to use this switch (the banner is displayed by default).
292
+
293
+
To hide the banner, use this exact syntax: `-ShowBanner:$false`.
294
+
295
+
```yaml
296
+
Type: SwitchParameter
297
+
Parameter Sets: (All)
298
+
Aliases:
299
+
Applicable: Exchange Online
300
+
301
+
Required: False
302
+
Position: Named
303
+
Default value: $true
304
+
Accept pipeline input: False
305
+
Accept wildcard characters: False
306
+
```
307
+
287
308
### -ShowProgress
288
309
The ShowProgress parameter shows a visual progress bar in the PowerShell client module. The progress bar shows number of objects received and total number of objects requested. Valid values are:
0 commit comments