profile for Hannel on Stack Exchange, a network of free, community-driven Q&A sites

Project Work Hours

Sat & Sun 6am - 9am

Subscribe via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Archives

O365

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.

20160317 - AADConnect Automation

Script Output

Download Script Here

Syntax:

.\SyncMasterPlan.ps1 -O365Domain <Domianname> -O365Connect -PrepAD -ForceSync

Example:

.\SyncMasterPlan.ps1 -O365Domain o365c.cu.cc -O365Connect -PrepAD -ForceSync

 

Continue reading

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

20160128 - DirSyncError-bhazeley

Download Script Here

Syntax:

.\UpdateImmutableID -UPN

Example:

.\UpdateImmutableID -UPN bhazeley@techs.o365tech.us

Continue reading