Forum Discussion
Rick Segal
Dec 21, 2020Brass Contributor
Error loading exchangeonlinemanagement
Greetings, I'm trying to use Exchange PowerShell. I've loaded powershell ver 7.1 with no problems on a Windows 10 machine. When I use the command Import-Module, I get the error shown in the scre...
farismalaeb
Dec 23, 2020Steel Contributor
Hi
what is the output of the following
$env:PSModulePath.Split(";") | foreach {Get-ChildItem -Path $_ -Directory | where {$_.name -like "ExchangeOnline*"}}
it should not be empty, if so, you need to install ExchangeManagementModule
- Rick SegalDec 23, 2020Brass Contributor
Thanks. I got it working. I didn't see an error in the management module loading.
All good now.
Thank you.