Azure Active Directory Synchronization Services (AAD Sync) now available

While Microsoft has designed Office 365 and Exchange Online to support all kinds of organizations, until today there has still been a big hole in the offering for organizations that have multiple on-premises Active Directory forests. With the release of Azure Active Directory Synchronization Services Microsoft has now filled that hole and made it possible for many more organizations to make the move to Office 365.

Read more

Azure Active Directory Connect: Solving a problem or adding to one?

Enterprise deployments are complicated. When you add “cloud” services to enterprise deployments, they become much more complicated. I think we can consider those two statements axiomatic at this point. If we want to add a third axiom to the list, saying that people want simple solutions would fit the bill. Microsoft knows all three of these things, and bless their little hearts they really do try to make things as simple as they can. I have no doubt what-so-ever that their hearts are in the right place, but sometimes that is not enough.

Read more

Get-EDSData v3

The new phonebook is here!

OK maybe you don’t need to be that excited about this version of my Get-EDSData script. I have just completed rewriting this script to work off a CSV file instead of using parameters for input. This means that you can create a csv file with a list of as many performance counters as you’d like and then run Get-EDSData against that csv file to find out if those performance counters went over the thresholds you sent during the period of time you have Daily Performance Logs on your Exchange 2013 server.

Read more

Import-Module DirSync

With the latest version of DirSync, Microsoft has created a full PowerShell module for DirSync instead of that semi-module we used to have to run to get the Start-OnlineCoexistanceSync command. Since we figured out that we can run Import-Module DirSync now to get the Start-OnlineCoexistanceSync cmdlet, I figured there must be other commands in this module. So I did some poking around to see if I could find out what they might be.

Read more