- CheckMates
- :
- Products
- :
- General Topics
- :
- Searching for a specific AD user in All Access Rol...
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×
Sign in with your Check Point UserCenter/PartnerMap account to access more great content and get a chance to win some Apple AirPods! If you don't have an account, create one now for free!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jump to solution
Searching for a specific AD user in All Access Roles
Hey guys,
I need to find out if a specific AD user exist in ALL of the Access Roles.
Is there an "easy" way to do that? Instead of looking inside each Access Role?
1 Solution
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you looking for a specific direct reference to a user in an Access Role?
You could probably automate the "looking" inside each Access Role with a script.
At a high level, you'd:
- List the access roles
- Foreach access role, show it and look at the users section for the relevant user/groups
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you looking for a specific direct reference to a user in an Access Role?
You could probably automate the "looking" inside each Access Role with a script.
At a high level, you'd:
- List the access roles
- Foreach access role, show it and look at the users section for the relevant user/groups
