# adelegenator.ps1

ADeleginator uses adeleg to "find insecure trustee and resource delegations in Active Directory."

# Copy adeleg.exe into the folder where Invoke-adeleginator is

copy c:\somefolder\adeleg.exe c:\folder\where\Invoke-adeleginator\is

# Run Adeleginator

. .\Invoke-adeleginator.ps1
invoke-adeleginator -server 1.2.3.4

The -server is the IP of a domain controller.