-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified group enumeration -> all objects are now enumerated and memb…
…erof extracted, instead of other way around. Removed Get-NetLoggedOn/Get-NetLoggedOnLocal from default collection.
- Loading branch information
Showing
1 changed file
with
116 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8c448a4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Meatballs1 - this one should be even faster for group enumeration, hopefully
8c448a4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool :D
I assume it captures members who are in groups > 1500 members as it is a calculated attribute?
Does it capture foreign domain users? You have code in there to handle it but not sure if just ported over. I assume all foreign users via external trusts are stored as a local Foreign Security Principal (do they have a memberof attribute?), but not sure about domains within the same forest?