I am writing a script to run thru a list of mapped network drives in a user profile to determine if each network share still exists. If the share no longer exists, I am disconnecting the mapped drive. If the server is down, then my script assumes that the share no longer exists and disconnects the drive. Not the behaviour I want.
Can someone please give me a hint on how I can test to see if a server is up using vbscript please. I do not have administrator access to every server this script may reference, so I cannot drop a file or share on each one to test for existence.
Thanks.
Can someone please give me a hint on how I can test to see if a server is up using vbscript please. I do not have administrator access to every server this script may reference, so I cannot drop a file or share on each one to test for existence.
Thanks.