Connect windows powershell to Exchange Online with a Global Administrator $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/
Category: Office 365
Delete user from Office 365 with DirSync
First you need to remove the user from DirSync: Open the “Synchronization Service Manager” (cn be fount at “C:Program FilesWindowsAzureActiveDirectorySyncSYNCBUSSynchronization
Connect Powershell to Exchange Online
Connect PowerShell to Exchange Online $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
External DNS records for Lync Online (Office 365)
Lync desktop client autodiscover Type Host name Destination TTL CNAME sip.yourDomainName.com sipdir.online.lync.com 1 hour Lync mobile client autodiscover Type Host
Exchange 2007/2010 Hybrid Deployment & Migrating to Office 365
Those are notes for a migration to Office 365 using Hybrid Deployment. They are posts from severla blogs with some additions