Connect/Disconnect Powershell to Exchange Online
Requirements: Windows Azure Cmdlets for Windows Powershell. First thing first, start your Powershell with Windows Azure Cmdlets Create a placeholder for your credentials: $LiveCred = Get-Credential Popup box will ask for your Office 365 Global Administrator credentials. Create a placeholder for your Powershell Session towards Exchange Online. $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential […]