AD Info With PowerShell

I know, I know. Some of you will say "Why don't you just get RapidFire tools, they do all this stuff." Some of us aren't made of money. Get over it.

cd $env:temp; Invoke-WebRequest https://git.icanhazfiles.com/cmyron/get-adinfo/-/raw/main/Get-ADInfo.ps1?inline=false -outfile Get-ADInfo.ps1; .\Get-ADInfo.ps1; rm .\Get-ADInfo.ps1

Source:

Chandler Myron / Get-ADInfo
GitLab Community Edition