I have 10 domains in 4 froests managed by Active Roles Server. I need to search for computer accounts accross all domains.
Currently I connect
Connect-QADService-proxy
Read a list of computer names from file
attempt to load each computer using;
GET-QADComputer <name>
This works well when the accounts exist, however it is too slow when they do not, in my current list 40% may not, which is what we need to confirm along with details of teh ones that do exist.
Is there a better aproach within a single script.