Hi
I am trying to run a script to report the installed software on remote machines. The script runs fine when I run it from my workstation against a remote machine on the same domain
The network consists of several small windows 2000 single domain forests with a single windows 2000 server in each forest, and there are no trust relationships between forests. In order to run the script on the other domains, I have been connecting through Terminal services to the domain controller and running the script from there ( I am logging on with Domain Admin rights)
As soon as I try to run it against a remote machine from the DC I get an error: 0x80041010 Source: (null) in the following lin
Set colSoftware = objWMIService.ExecQuery("Select * from Win32Reg_AddRemovePrograms",,48
For Each objItem in colSoftware >error on this line
Anyone know where I am going wrong
Thanks