Inhaltsverzeichnis

Powershell-Verbindung zu Office365

Powershell als Administrator:

Install-Module -Name AzureAD 
Install-Module MSOnline 

Powershell als normaler User:

Global Cloud

Connect-MsolService

German Cloud

Connect-MsolService -AzureEnvironment AzureGermanyCloud