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
+28-3Lines changed: 28 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ Connect-ExchangeOnline
44
44
[-Device]
45
45
[-EnableErrorReporting]
46
46
[-InlineCredential]
47
+
[-LoadCmdletHelp]
47
48
[-LogDirectoryPath <String>]
48
49
[-LogLevel <LogLevel>]
49
50
[-ManagedIdentity]
@@ -496,6 +497,28 @@ Accept pipeline input: False
496
497
Accept wildcard characters: False
497
498
```
498
499
500
+
### -LoadCmdletHelp
501
+
**Note**: This parameter is available in version 3.7.0-Preview1 or later of the module.
502
+
503
+
The LoadCmdletHelp switch downloads cmdlet help files for the Get-Help cmdlet in REST API connections. You don't need to specify a value with this switch.
504
+
505
+
Starting in v3.7.0-Preview1, help files for the command line aren't downloaded by default. Use this switch to download the files for cmdlet help at the command line.
506
+
507
+
**Tip**: This parameter replaces the SkipLoadingCmdletHelp parameter. The SkipLoadingCmdletHelp parameter is no longer required and no longer works, because cmdlet help files are no longer downloaded by default.
508
+
509
+
```yaml
510
+
Type: SwitchParameter
511
+
Parameter Sets: (All)
512
+
Aliases:
513
+
Applicable: Exchange Online
514
+
515
+
Required: False
516
+
Position: Named
517
+
Default value: None
518
+
Accept pipeline input: False
519
+
Accept wildcard characters: False
520
+
```
521
+
499
522
### -LogDirectoryPath
500
523
The LogDirectoryPath parameter specifies the location of the log files. The default location is `%TMP%\EXOCmdletTelemetry\EXOCmdletTelemetry-yyyymmdd-hhmmss.csv`.
**Note**: This parameter is available in version 3.3.0 or later of the module.
680
703
681
-
The SkipLoadingCmdletHelp switch avoids downloading the cmdlet help files for REST API connections. You don't need to specify a value with this switch.
704
+
In version 3.7.0-Preview1 or later, this parameter is replaced by the LoadCmdletHelp parameter. The SkipLoadingCmdletHelp parameter is no longer required and no longer does anything, because cmdlet help files are no longer downloaded by default. Eventually, this parameter will be retired, so remove it from any scripts.
705
+
706
+
The SkipLoadingCmdletHelp switch prevents downloading the cmdlet help files for the Get-Help cmdlet in REST API connections. You don't need to specify a value with this switch.
682
707
683
-
When you use this switch, you don't get local help files for any cmdlet.
708
+
When you use this switch, you don't get local help files for any cmdlet at the command line.
684
709
685
710
This switch doesn't work with the UseRPSSession switch.
0 commit comments