Starta Powershell som administrator från Win7/Win8
Set-ExecutionPolicy Unrestricted -Force
$UserCredential = Get-Credential
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
Import-PSSession $Session
Nu kan du köra Powershell som i Exchange 2013
Om man vill förenkla, dock verkar det finnas en begränsning på 3 olika sessioner
  Skapa Microsoft.PowerShell_profile.ps1 under c:\users\user\My Documents\WindowsPowerShell ($profile)