Update Cpt-Office-365.ps1

This commit is contained in:
jfontaine35 2025-10-10 15:10:45 +02:00 committed by GitHub
parent af81941737
commit e00db00876
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
Install-Module Microsoft.Graph -Scope CurrentUser Install-Module Microsoft.Graph -Scope CurrentUser
Connect-MgGraph -Scopes "User.ReadWrite.All", "Directory.ReadWrite.All" Connect-MgGraph -Scopes "User.ReadWrite.All", "Directory.ReadWrite.All"
#Install-Module -Name ExchangeOnlineManagement Install-Module -Name ExchangeOnlineManagement
#Import-Module -Name ExchangeOnlineManagement Import-Module -Name ExchangeOnlineManagement
Install-Module -Name MSOnline Install-Module -Name MSOnline
Import-Module -Name MSOnline Import-Module -Name MSOnline