diff --git a/Cpt-Office-365.ps1 b/Cpt-Office-365.ps1 index 0b11421..3c4d250 100644 --- a/Cpt-Office-365.ps1 +++ b/Cpt-Office-365.ps1 @@ -2,8 +2,8 @@ Install-Module Microsoft.Graph -Scope CurrentUser Connect-MgGraph -Scopes "User.ReadWrite.All", "Directory.ReadWrite.All" -#Install-Module -Name ExchangeOnlineManagement -#Import-Module -Name ExchangeOnlineManagement +Install-Module -Name ExchangeOnlineManagement +Import-Module -Name ExchangeOnlineManagement Install-Module -Name MSOnline Import-Module -Name MSOnline