Skip to content
New issue

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

Update ADTimeline.ps1 #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

certxlm
Copy link
Contributor

@certxlm certxlm commented Nov 9, 2023

Because most of the time during incident response, people do not know which custom groups are interresting to fetch, so having the option to search for something like "admin" is good enough.

We used to add something of the like in the script, but it would be better if the option was maintained upstream (if found relevant of course):

$groupscustom=$(get-adgroup -filter { name -like }|ForEach-Object {$_.name})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant