LDAP Filter & AD User Attribute #14423
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
Anyone please? |
Beta Was this translation helpful? Give feedback.
-
Thank you &(employeeid=*) did the job but I will stick with the group as it's more controlled. The only thing is it synchronizes both the disabled and enabled accounts. |
Beta Was this translation helpful? Give feedback.
-
See https://stackoverflow.com/questions/74468782/modifying-powershell-ldapfilter-to-add-enabled-true
|
Beta Was this translation helpful? Give feedback.
I assume you tried this command in Powershell to check the filter?
Get-ADUser -LDAPFilter "(employeeid=*)"
If that's working in PS, but not here, it might be worth raising a bug/feature request.