([adsisearcher]"(objectCategory=User)").FindAll() | Select-Object @{L="Usuario";E={$_.Properties.name}}, @{L="Ubicacion (OU)";E={$_.Properties.distinguishedname}} | Out-GridView