Gurus, here's a simple one-line script which will identify the local
machine's OU the script is running on. But, how can a make a script so that
it will determine the OU of a remote workstation?
WScript.Echo CreateObject("ADSystemInfo").ComputerName
--
Regards,
Spin