This is quite handy to quickly see OU structure from Powershell:
Get-ADOrganizationalUnit -Properties canonicalname, description -filter * | sort-object -property canonicalname | select canonicalname, description
This is quite handy to quickly see OU structure from Powershell:
Get-ADOrganizationalUnit -Properties canonicalname, description -filter * | sort-object -property canonicalname | select canonicalname, description