filmov
tv
Exchange online module Command error Resolve through Managing the execution policy with PowerShell.

Показать описание
Error Massage when ran the exchange online command to connect exchange and install the Exchange Online Management module.
"connect-exchangeonline the 'connect-exchangeonline' command was found in the module "exchangeOnlineManagement", but the module could not loaded."
Managing the execution policy with PowerShell
1. Get-ExecutionPolicy.
2. Get-ExecutionPolicy -List
3. Get-ExecutionPolicy -Scope CurrentUser
4. Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Microsoft Aerticle about_Execution_Policies
"connect-exchangeonline the 'connect-exchangeonline' command was found in the module "exchangeOnlineManagement", but the module could not loaded."
Managing the execution policy with PowerShell
1. Get-ExecutionPolicy.
2. Get-ExecutionPolicy -List
3. Get-ExecutionPolicy -Scope CurrentUser
4. Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Microsoft Aerticle about_Execution_Policies