Office 365 – Powershell aktivieren

set-executionpolicy RemoteSigned set-executionpolicy default $cred = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $cred -Authentication Basic...

mehr lesen