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

ADFS

This is another script in my toolbox, I have tweaked it a little to look pretty and work in other environment.  The script is used to update certificates on the ADFS server and to update the ADFS signing certificate on Office 365 Federated domains. It’s not in any way a perfect script but gets the work done. Download script here

20151025 - AFDSCertUpdate1

 

Continue reading

Just a little script I put together during the week to update primary email address on a user account that is been synced over to Office 365 (O365) from Active Directory (AD).  It’s not in any way a perfect script but gets the work done. Download script here

Syntax:

.\UpdatePE.ps1 -NewDomain azure.hazelnest.com -Address hhazeley@o365.hazelnest.com -KeepCurrentPrimary
.\UpdatePE.ps1 -NewDomain azure.hazelnest.com -KeepCurrentPrimary
.\UpdatePE.ps1 -NewDomain azure.hazelnest.com 
.\UpdatePE.ps1 -NewDomain azure.hazelnest.com -Address hhazeley@o365.hazelnest.com

Breakdown of script below 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