From e00db008765b3c966b38672b61021c03c23567a7 Mon Sep 17 00:00:00 2001 From: jfontaine35 <76435797+jfontaine35@users.noreply.github.com> Date: Fri, 10 Oct 2025 15:10:45 +0200 Subject: [PATCH] Update Cpt-Office-365.ps1 --- Cpt-Office-365.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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