I do not know if this is the right forum, but if it isn't please let me know. Basically, in a nutshell, here is what I am trying to do. I am running a script to check a list of servers and see what the status of their Automatic Updates is. I see a registry key...
I do not know if this is the right forum, buit if it isn't please let me know. Basically, in a nutshell, here is what I am trying to do. I am running a script to check a list of servers and see what the status of their Automatic Updates is. I see a registry key...
Thank you for the help. Like this?
'Loop through the array of servers
'Perform checks on each server
For i = 0 To Ubound(servers)
checks servers(i), sysnames(i)
Next
'Script complete
res.Writeline ("</html>")
'//////////////////
'FUNCTIONS
'//////////////////
'Entry point for server...
I am hoping that the real vbscript experts here can help with a problem I am having. I have a script that I gleaned and the subsequently altered that checks Windows servers for some "things" and then writes the results to a web page that the script creates. I used the IP address of the servers...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.