Showing tag results for regular expressions

Aug 31, 2010
Post comments count0
Post likes count0

Get Windows Power Plan Settings on Your Computer by Using PowerShell

ScriptingGuy1

  Summary: Use Windows PowerShell to retrieve the power plan settings for your computer. The Microsoft Scripting Guys show you how.   Hey, Scripting Guy! I need to have a way to easily retrieve the power plan settings for the active power plan on my computer. I would like to have an easy to read display of the setting name, the allowable ...

Scripting Guy!Windows PowerShellscripting techniques
Dec 2, 2009
Post comments count0
Post likes count0

Hey, Scripting Guy! Can I Use the Registry to Retrieve a List of the Most Recently Run Programs?

ScriptingGuy1

  Hey, Scripting Guy! When I work on a computer, I often run many commands. I generally use Run from the Start menu to launch these programs. When I am finished, I use a script I copied from the Scripting Guys archive to display all the commands that I ran and then I save them in a Notepad file. However, that script no longer works on W...

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

Hey, Scripting Guy! How Can I Clean Up File Names?

ScriptingGuy1

Hey, Scripting Guy! We have a number of files that were manually created by various people in a common folder. Unfortunately, they did not follow a specific naming convention as well as they should, and as a result they do not sort very well. Some people preceded the file names with the word “File,” and others appended their name to the file....

Scripting Guy!Windows PowerShellscripting techniques
Sep 9, 2009
Post comments count0
Post likes count0

Hey, Scripting Guy! Can I Create New Folders in a Sequentially Numbered Series?

ScriptingGuy1

Share this post: Hey, Scripting Guy! I hate to type numbers. I actually took typing in high school and did really well with it. I was able to type more than 40 words per minute at the end of the class with no errors. I got an A for the class. But, I was horrible at doing numbers. Maybe it was because we did not practice them as of...

Scripting Guy!Windows PowerShellscripting techniques
Apr 16, 2009
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Parse My Firewall Log File to See What Kind of Packets Are Being Sent?

ScriptingGuy1

Hey, Scripting Guy! I would like to parse the firewall log on my computer and find out the kinds of packets that are going out. You know, how many Web page packets, how many DNS lookups, how many pings. That kind of stuff. I figure that I can look at these logs and pick up diagnostic information. For example, if I see a bunch of DNS queries going...

Scripting Guy!Windows PowerShellscripting techniques