Showing results for monitoring - Scripting Blog [archived]

Mar 23, 2007
0
0

How Can I Determine the Signal Strength of a Wireless Connection?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! Any time I’m connected to a wireless network I can open the Wireless Network Connection Status dialog box and see a series of bars – 1 through 5 – that indicates the signal strength. How can I get that same information using a script?-- RK Hey, RK. Before we answer today’s question we need to make one slight ...

Scripting Guy!VBScriptnetworking
Aug 2, 2005
0
0

How Can I Determine the Uptime for a Server?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I determine the uptime for a server?-- LF Hey, LF. This is an easy one. After all, we’re assuming you’re talking about a Windows server, and Windows servers never go down, right? Therefore, the uptime must be forever. Problem solved. Well, OK, we suppose that maybe a Windows server could go down (probably because ...

Scripting Guy!VBScriptoperating system
Sep 7, 2004
0
0

How Can I Tell if a Server has Rebooted?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! Is there any way to tell whether or not a server has rebooted?-- MvdM Hey, MvdM. We’re assuming that you’re performing a task and, at the end of the task, the computer is supposed to reboot. Needless to say, you want to know, “Well, did the server reboot?” How can you tell whether the machine restarted or not? The ...

Scripting Guy!VBScriptoperating system