M
MonkFish
Hi, I am extremely new to this ASP thing </apology>
I would like to use many of the server control scripts that I have taken
from the script centre on ASP pages. Whenever I try to use a script I always
get an error at the GetObject line, E.g.
Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\"
& strComputer & "\root\cimv2")
The error is usually along the lines of
error '80041003'
/ADScripts/test.asp, line 14
Is it possible to host these scripts on IIS5 or do I have to find some other
way?
For background: I would like to enter the IP address of a server and get the
list of installed services and their status.
Regards, Don.
I would like to use many of the server control scripts that I have taken
from the script centre on ASP pages. Whenever I try to use a script I always
get an error at the GetObject line, E.g.
Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\"
& strComputer & "\root\cimv2")
The error is usually along the lines of
error '80041003'
/ADScripts/test.asp, line 14
Is it possible to host these scripts on IIS5 or do I have to find some other
way?
For background: I would like to enter the IP address of a server and get the
list of installed services and their status.
Regards, Don.