Forum Discussion
spanougakis
Apr 20, 2017MCT
How to stop disabled user accounts from syncing with Azure AD Connect
Hello again, I was experimenting these days using Azure AD Connect, the tool that let's you synchronize your on-premises AD accounts to Azure AD. So I thought: what happens when you have som...
VasilMichev
Apr 21, 2017MVP
That one is easy though, I'd love to see more tricky examples published on docs.com or your blog. For example locked out accounts, or expired ones, or similar :)
- spanougakisMay 05, 2017MCT
Regarding the expired or locked out accounts, it's already there, if you go through the article:
"Select useraccountcontrol for the Attribute and then select the ISBITSET operator with a value of 2 (If you want to know what is really this value, take a look here: https://support.microsoft.com/en-us/kb/305144)".
- Aseem_S1450Jul 13, 2022Copper ContributorThis method just putting the user under 'deleted users' in O365. this can be achieved by directly putting the user account in non-sync OU.
Is there any way we can hide user from GAL without putting them under deleted users? and especially for users with no exchange attributes.