Get-ExoMailbox : The term ‘Get-ExoMailbox’ is not recognized

Get-ExoMailbox the term Get-ExoMailbox was not recognized.

You’re trying to retrieve mailbox information using the Get-ExoMailbox CmdLet and receive the following error message:

PS C:\> Get-ExoMailbox
Get-ExoMailbox : The term 'Get-ExoMailbox' is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a path was included,
verify that the path is correct and try again.
At line:1 char:1
+ Get-ExoMailbox
+ ~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Get-ExoMailbox:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

This error message indicates that the Exchange Online Management module was not found on your system.

To manage Exchange Online mailboxes, you need to install EXO v2, also known as the Exchange Online Management module.

Fortunately, this is quite simple. Run the following command to install EXO v2:

Install-Module ExchangeOnlineManagement

Keep in mind that the module will install in different folders depending on whether your PowerShell console is running in admin mode.

TIP: Always install PowerShell modules from admin consoles to avoid side-by-side installations of different module versions.

Once the module has been installed, make sure to connect to Exchange Online before trying to access mailboxes:

Connect-ExchangeOnline

Once the connection is established, you can start using the Get-ExoMailbox CmdLet.

Manage Office 365 Mailboxes Without PowerShell

Some parts of Office 365 mailbox management, like setting calendar permissions, require using PowerShell.

To manage Office 365 mailboxes more efficiently, download and install Easy365Manager.

With Easy365Manager, you can directly manage Office 365 mailboxes in the Active Directory Users & Computers management console.

Easy365Manager is a snap-in that extends the user and group properties in AD Users & Computers.

As seen here, with Easy365Manager, you have direct and easy access to configure the Office 365 mailboxes of your AD users from the familiar Active Directory admin tool:

Start working more efficiently today!

  • Easy365Manager takes only a few minutes to download and install.
  • Easy365Manager requires no changes to your infrastructure.
  • The integration with AD Users & Computers ensures a zero learning curve.

For a complete list of features in Easy365Manager, look at this.

Download a fully functional 30-day trial here.