MC910986 - Microsoft Exchange Online: Optional Help file parameter in Microsoft PowerShell will change

Service

Exchange Online

Published

Oct 14, 2024

Tag

Feature update
Admin impact

Summary

In Exchange Online PowerShell V3.7, the Help file will not load by default, and a new parameter, `-LoadCmdletHelp`, is required to use `Get-Help`. The `-SkipLoadingCmldteHelp` parameter will remain but won't function. These changes take effect in early November 2024 and apply only to customers upgrading to EXO module version 3.7.0.

More information

In Exchange Online PowerShell (EXO) V3.0, we introduced the Connect-ExchangeOnline cmdlet to connect to the Microsoft Exchange Online environment through Microsoft PowerShell, which loads the help file by default. This help file is required for running the Get-Help cmdlet. However, not many customers used the Get-Help cmdlet. In EXO V3.3, we added the -SkipLoadingCmldteHelp parameter. When -SkipLoadingCmldteHelp is used with Connect-ExchangeOnline, help files do not load the on the customer system, which saves resources.

However, starting with EXO V3.7, we are changing this default behavior. The Help file will not be loaded by default, and a new parameter -LoadCmdletHelp will be required to load the cmdlet help and use the Get-Help cmdlet. To avoid breaking existing scripts, the -SkipLoadingCmldteHelp parameter will continue exist, but will not function.

When this will happen:

General Availability (Worldwide): The changes will be available in EXO V3.7 (the next release of our EXO V3 module) in early November 2024.

How this will affect your organization:

Starting with EXO V3.7, if you want to use the Get-Help cmdlet, you will have to use the parameter -LoadCmdletHelp along with Connect-ExchangeOnline.

What you need to do to prepare:

This message only applies to customers who upgrade their EXO module version to 3.7.0. Earlier versions will not be affected by these changes.

This rollout will happen automatically by the specified date with no admin action required before the rollout. Review your current configuration to determine the impact for your organization. You may want to notify your users about this change and update any relevant documentation.

Learn more