Showing results for 2008 - Page 2 of 36 - Scripting Blog [archived]

Dec 2, 2008
0
0

Hey, Scripting Guy! How Can I Easily Reconfigure Services?

ScriptingGuy1
ScriptingGuy1

I have a problem. The pointy-headed boss (PHB) loves to play with his laptop. The problem is he does not know anything. He routinely hoses his computer, and then expects me to drop everything and come fix it. I am not making this up; we had an Exchange server crash one time, he knew we were trying to get the thing back up, and he comes into the s...

Scripting Guy!Windows PowerShelloperating system
Dec 1, 2008
0
0

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

ScriptingGuy1
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
Nov 27, 2008
0
0

Hey, Scripting Guy! How Can I Pull Server Diagnostic Information and Have It Saved in an Excel Spreadsheet with a Chart?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! Good morning. I would like to use WMI to get diagnostic information for my server. I would like to be able to do this remotely and to write the results to an Excel spreadsheet. When I am done, I would like the spreadsheet to also create a chart of the results. Is this asking too much? I have seen pieces of all this on the Scri...

Scripting Guy!Windows PowerShellscripting techniques
Nov 26, 2008
0
0

Hey, Scripting Guy! How Can I Collect Processor Information?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! I am interested in using Windows PowerShell to collect processor information, but I do not need to see the raw data. I would rather see calculated results such as the maximum, minimum, and average processor utilization. I know I can do this, but that seems like writing a lot of math formulas, and I just am not in the mood for ...

Scripting Guy!Windows PowerShelloperating system
Nov 25, 2008
0
0

Hey, Scripting Guy! How Can I Determine the Average Process Utilization for My Computer?

ScriptingGuy1
ScriptingGuy1

I would like to determine the average processor utilization for my computer over a certain period of time. If I could run this remotely, it would be even better. Can this be done?- MP Hi MP, We can certainly do this. In fact, it can be done both locally and remotely. But you do need to be careful of the Heisenberg uncertainty principle. There ar...

Scripting Guy!Windows PowerShelloperating system