Showing results for retrieving input - Scripting Blog [archived]

Sep 26, 2011
0
0

Use PowerShell and WMI to Get Processor Information

Doctor Scripto
Doctor Scripto

Summary: Learn how to get the number of processor cores via WMI and Windows PowerShell. Hey, Scripting Guy! I need to perform an audit of computers on our network. Specifically, I am tasked with obtaining CPU information. I need the processor speed, number of cores, and number of logical processors. I feel like I should be able to use Windows Power...

Scripting Guy!Windows PowerShellscripting techniques
Jan 12, 2011
0
0

Schedule PowerShell Scripts that Require Input Values

ScriptingGuy1
ScriptingGuy1

  Summary: Learn how to use the Windows Task Scheduler to run Windows PowerShell scripts that require input values.   Hey, Scripting Guy! I have a Windows PowerShell script that collects information from a computer and writes the results to a text file. I would like to be able to schedule the running of this Windows PowerShell script. The...

Scripting Guy!Windows PowerShellscripting techniques
Jan 12, 2011
0
0

Use Scheduled Tasks to Run PowerShell Commands on Windows

ScriptingGuy1
ScriptingGuy1

   Summary: Learn how to use the Windows Task Scheduler to run Windows PowerShell commands automatically.   Hey, Scripting Guy! One of the things that is a bit frustrating about reading the Hey, Scripting Guy! Blog is that it seems as if you expect network administrators to sit in front of their computer screens manually launching scripts and re...

Scripting Guy!Windows PowerShellgetting started
Jan 11, 2011
0
0

Validate PowerShell Parameters Before Running the Script

ScriptingGuy1
ScriptingGuy1

   Summary: Learn how to use Windows PowerShell parameter validation attributes to check parameters before running the script.   Hey, Scripting Guy! I have a problem that I think that you can help me with. I have created a Windows PowerShell script that allows Help Desk people to enter information about users such as the user’s...

Scripting Guy!Windows PowerShellscripting techniques
Dec 30, 2010
0
0

Learn How to Run PowerShell Scripts Against Multiple Computers

ScriptingGuy1
ScriptingGuy1

   Summary: Microsoft Scripting Guy Ed Wilson teaches you how to run Windows PowerShell Scripts against multiple computers in this step-by-step article.   Hey, Scripting Guy! I am wondering on the best way to cause my script to work against multiple computers. -- LS   Hello LS, Microsoft Scripting Guy Ed Wilson here. I received...

Scripting Guy!Windows PowerShellscripting techniques