You are viewing limited content. For full access, please sign in.

Discussion

Discussion

LFDS User filter

posted on October 17, 2019

Is there a way to filter the users in LFDS so that it displays the users whom are "Exempt from synchronization rules"? If not, could this possibly be discussed as an enhancement in a future version of LFDS?

In a large enterprise it would be helpful to discover these users and research why they are exempt.

2 0
replied on February 2, 2021

In case anyone stumbles across this, pretty sure you still cant see this in the latest version of LFDS.

So i did some digging in the Forms DB and found the way to identify them, the following query will return users "Exempt from synchronization rules" 

 

SELECT *
  FROM dbo.directory_objects where  flags = 16

Hope that helps someone in the future.

Cheers

Ross

2 0
replied on October 17, 2019

Hi Craig,

There currently is not. I'll go ahead and add a feature request for this, thanks for bringing it to our attention.

2 0
You are not allowed to follow up in this post.

Sign in to reply to this post.