We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We check if principals are added to local groups such as Administrators through linked GPOs and create edges like AdminTo based on that with the function ReadGPOLocalGroups: https://github.com/BloodHoundAD/SharpHoundCommon/blob/ed7b3916d304c9dba901cf58876607bb0576610e/src/CommonLib/Processors/GPOLocalGroupProcessor.cs#L63
ReadGPOLocalGroups
We should filter out GPOs that are either disabled or have their computer settings disabled as those GPOs will not apply to computers:
Issue originally posted here: SpecterOps/BloodHound-Legacy#699
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We check if principals are added to local groups such as Administrators through linked GPOs and create edges like AdminTo based on that with the function
ReadGPOLocalGroups
: https://github.com/BloodHoundAD/SharpHoundCommon/blob/ed7b3916d304c9dba901cf58876607bb0576610e/src/CommonLib/Processors/GPOLocalGroupProcessor.cs#L63We should filter out GPOs that are either disabled or have their computer settings disabled as those GPOs will not apply to computers:
Issue originally posted here: SpecterOps/BloodHound-Legacy#699
The text was updated successfully, but these errors were encountered: