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

Server 2012

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

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.

20150705 - W12E13ADFS

Continue reading