Showing results for operating system - Scripting Blog [archived]

Sep 22, 2004
0
0

How Can I Manage Scheduled Tasks Using Scripts?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! Is there an easy way to manage scheduled tasks using scripts?-- RC Hey, RC. You just had to ask that question, didn’t you? To be honest, this is not one of scripting’s strong points, and you might be more confused after hearing the answer than you were before asking the question. But here goes. The problem we have here is that ...

Scripting Guy!VBScriptoperating system
Sep 10, 2004
0
0

How Can I Tell Which Account a Service is Running Under?

ScriptingGuy1
ScriptingGuy1

We have services that run under a particular user account. Each time we change the password for that user account, we need to change the password for any services that run under that account as well. But how can we tell which account a service is running under?-- SA Hey, SA. By and large WMI is a pretty transparent technology. To manage services, ...

Scripting Guy!scripting techniquesVBScript
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 easiest way i...

Scripting Guy!VBScriptoperating system