Showing tag results for WMI

Jan 22, 2009
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Stop an Unwanted Process?

ScriptingGuy1

Hey, Scripting Guy! I need some help. There is a stupid process that launches every time I turn on my computer. I cannot find where it is starting from. I have looked in all the usual places, but I can't find it. This process was installed when I installed some software that I use only about once a month. I do not need this dumb process starting ...

Scripting Guy!Windows PowerShellscripting techniques
Jan 21, 2009
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Back Up a Database’s Data Folder While the Database Is Running?

ScriptingGuy1

Hey, Scripting Guy! I have a problem. I am trying to script the backup of a data folder used by our database application. The problem is that as long as the database service is running, the files that are used are locked, and I am unable to copy them. I have found the service that runs the database, and when I use WMI to stop the service, the scr...

Scripting Guy!Windows PowerShellscripting techniques
Jan 19, 2009
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Be Notified When a Process Begins?

ScriptingGuy1

Hey, Scripting Guy! I need to be notified when a process begins. I would like to use Windows PowerShell to do this, but it does not seem to work. While I could do this in VBScript, I prefer to use Windows PowerShell. Can this be done?- NL Hi NL, Because we have access to the .NET Framework in Windows PowerShell, it can most certainly be done. In ...

Scripting Guy!Windows PowerShellscripting techniques
Jan 7, 2009
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Change My Internet Explorer Home Page?

ScriptingGuy1

Hey, Scripting Guy! I just found out that Internet Explorer 7 and even Internet Explorer 8 Beta 2 allows you to have multiple home pages. This is like soooo cool. I would like to be able to write a script that uses Windows PowerShell to change the start page to the Script Center. It would be nice if I could do this remotely, but that is not a hug...

Scripting Guy!Windows PowerShellscripting techniques
Dec 1, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Have Computer Configuration Information Written to an HTML File?

ScriptingGuy1

Hey, Scripting Guy! I need to obtain some basic configuration information from my computers on the network. It would be nice if the script would write the output in an HTML file that we could copy to our internal Web server. This would give us easy access to the information. Whadda ya say?- JE Hi JE, This morning, it is really cold, gray, and yu...

Scripting Guy!Windows PowerShellscripting techniques