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
This video covers the end to end process of adding a new domain to an existing Exchange-O365 Environment.
It covers; SPAM Filter setup, External DNS, O365 Domain validation, Configure AD, Adding user in Exchange, DirSync, O365 Federation and more…
Deployed ADFS 3.0 a few months back unfortunately did not get it on video nor did take screenshots of the steps. As i am getting old, blogging everything i do on my environment is how i keep track of what was done, so this posting is just for tracking.
ADFS 3.0 unlike ADFS 2.0 is very easy and simple to deploy, since its part of Windows Server 2012 R2, the installation is basically adding an AD feature, you done one you’ve done all.