List all AD OUs in a domain
Get-ADOrganizationalUnit -filter * -SearchBase "DC=<domain>,dc=<path>” | ft distinguishedname