Skip to content

Commit eddb2d0

Browse files
authored
Merge pull request MicrosoftDocs#5822 from navgupta1208/patch-60
Update Connect-ExchangeOnline.md
2 parents 8bd2915 + 04ccf9e commit eddb2d0

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
@@ -36,6 +36,7 @@ Connect-ExchangeOnline
3636
[-PageSize <UInt32>]
3737
[-Prefix <String>]
3838
[[-PSSessionOption] <PSSessionOption>]
39+
[ShowBanner]
3940
[-ShowProgress <Boolean>]
4041
[-TrackPerformance <Boolean>]
4142
[-UseMultithreading <Boolean>]
@@ -284,6 +285,26 @@ Accept pipeline input: False
284285
Accept wildcard characters: False
285286
```
286287

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+
287308
### -ShowProgress
288309
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:
289310

0 commit comments

Comments
 (0)