Video covers setting up coexistence between Google Apps and Office 365 most times during a ‘stage migration’
Video covers migrating a user from Google Apps to Office 365.
Showcasing my ‘ImmutableID Swiss Army knife’. A tool that takes hours of Active Directory Sync prep work and put it into a few click with worries about sync issues of loss of data. Even though script is currently design to work with AADConnect everything except the -ForceSync switch will work with DirSync and AADSync.
Download Script Here
Syntax:
.\SyncMasterPlan.ps1 -O365Domain <Domianname> -O365Connect -PrepAD -ForceSync
Example:
.\SyncMasterPlan.ps1 -O365Domain o365c.cu.cc -O365Connect -PrepAD -ForceSync
This article covers the automation of fixing a common DirSync/AADConnect issue with duplicate cloud account. The duplicate error, which should look like something below means the Local AD account and the cloud account did not merger due to Immutable ID mismatch. The script will update the Cloud Immutable ID to match the local and accounts will merged
Syntax:
.\UpdateImmutableID -UPN
Example:
.\UpdateImmutableID -UPN bhazeley@techs.o365tech.us