This script allows for a convenient search of Active Directory objects based on the specified filter.
adwalk [-filter=] [-domain=] [-username=]
PS> .\adwalk.ps1 -filter "(|(samaccountname=administrator) (samaccountname=developer))" -domain domain.com -username user
Configuration of predefined filters.