Update Cpt-Office-365.ps1
This commit is contained in:
parent
af81941737
commit
e00db00876
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue