Jump to content

Recommended Posts

Posted
I'm currently going through the process of setting up Azure AD Connect for SSO on prem and have set up the connect software in staging mode on a test OU with a few test users in, some of which have corresponding accounts in Office 365. I've matched the UPN suffix and Email attributes in AD to the correct office 365 domain, but how do I know if the users in AD are matching up to the correct existing users in Office 365? There are no errors in the Synchronization service software, but I can't tell from the info in there if it's going to create new users in Office 365 or match them up to their Office 365 counterparts. Is taking it out of staging mode the only way to see if it's matched them up correctly, or is there something I can check on the AD Connect server to verify before I flick the switch?
Posted

csexport "Name of Connector" %temp%\export.xml /f:x

 

Run that from the bin folder where aad connect is installed. Then you can analyse the output using the following

 

CSExportAnalyzer %temp%\export.xml > %temp%\export.csv

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...