A quick #Powershell dump of the AD OU tree structure (not sure if that’s what it’s called tbh)
get-ADOrganizationalUnit -filter * -Properties CanonicalName | select CanonicalName | Sort-Object -Property CanonicalName
A quick #Powershell dump of the AD OU tree structure (not sure if that’s what it’s called tbh)
get-ADOrganizationalUnit -filter * -Properties CanonicalName | select CanonicalName | Sort-Object -Property CanonicalName