c-bless / reveal

This project contains some PowerShell scripts used to collect system configurations or domain information. Furthermore it has a Flask based web application and API to import and analyze the results of collector scripts. It can export collected data to Excel via the Web-Interface or to JSON via API.
1 stars 1 forks source link

Collect user accounts with AdminSDHolder #98

Closed c-bless closed 4 days ago

c-bless commented 6 days ago

Description: Collect user accounts with AdminSDHolder = 1

Requested solution: Get-ADUser -Filter {AdminSDHolder -eq 1} -Properties SamAccountName,AdminSDHolder

c-bless commented 4 days ago

collection added to domain collector. Import function added.