Create and Parse Performance Monitor Logs with PowerShell
Summary: Learn how to create and parse performance monitor logs by using Windows PowerShell. Hey, Scripting Guy! I am wondering if I can use Windows PowerShell to create a performance counter log...
View ArticleUse ScriptCop to Help Write Better PowerShell Scripts
Summary: Learn about using the free tool called ScriptCop to help write better Windows PowerShell scripts. Microsoft Scripting Guy Ed Wilson here. This weekend we have a two-part series from James...
View ArticleCreate Your Own PowerShell Rules for ScriptCop
Summary: James Brundage teaches how to create your own Windows PowerShell rules for ScriptCop. Microsoft Scripting Guy Ed Wilson here. Today, we have part two (including the conclusion) to the...
View ArticleUse the PowerShell Grep Command to Parse the Command Line
Summary: In this article, Microsoft Scripting Guy Ed Wilson teaches how to use the Windows PowerShell version of grep to parse the command line. Hey, Scripting Guy! I have enjoyed reading Sean’s...
View ArticleUse the PowerShell Select-String Cmdlet to Parse WMI Output
Summary: Learn how to use the Windows PowerShell Select-String cmdlet to easily parse WMI output. Hey, Scripting Guy! I have a quick question: is it possible to parse the output of some of the WMI...
View ArticleLearn How to Use PowerShell to Parse the Firewall Log
Summary: Microsoft Scripting Guy Ed Wilson shows how to use Windows PowerShell to parse the Windows Firewall log. Hey, Scripting Guy! I am wondering about the firewall log on my computer. I was in a...
View ArticleUse an Easy PowerShell Command to Search Files for Information
Summary: Learn how to use a Windows PowerShell command to search easily for information in a collection of files. Hey, Scripting Guy! I need to be able to parse multiple files for text that are in a...
View ArticleUse PowerShell to Open Files That Contain Matching Words
Summary: Learn how to use Windows PowerShell to search a folder for matching strings and to open them automatically in Notepad. Hey, Scripting Guy! I have been enjoying using the Select-String...
View ArticlePractical Tips for Starting a PowerShell User Group
Summary: In today’s blog post, Microsoft Scripting Guy Ed Wilson relates practical tips for starting and running a Windows PowerShell user group. Microsoft Scripting Guy Ed Wilson here. Today, I am...
View ArticleMark Schill Discusses PowerShell User Groups
Summary: Guest Blogger Mark Schill discusses PowerShellGroup.Org and starting a user group. Microsoft Scripting Guy Ed Wilson here. Our guest blogger today is Mark Schill. Mark is an IT veteran who...
View ArticleLearn Four Ways to Kill a Process Using PowerShell and WMI
Summary: Microsoft Scripting Guy Ed Wilson shows four ways to kill a process by using Windows PowerShell and WMI. Hey, Scripting Guy! I have been playing around with your scripts that explore WMI...
View ArticleUse PowerShell to Convert SDDL to Binary Format
Summary: Learn how to use Windows PowerShell to convert security descriptors to different formats. Hey, Scripting Guy! I was reading through a listing of WMI methods recently, and I ran across a WMI...
View ArticleUse PowerShell and WMI to Terminate Multiple Processes
Summary: Learn how to use Windows PowerShell and WMI to terminate multiple processes. Hey, Scripting Guy! I am wondering about how to use WMI to work with multiple instances of a class. For example,...
View ArticleConfigure a Network Adapter to Wake a Computer Via PowerShell
Summary: Learn how to use Windows PowerShell to configure a remote computer's network adapter to wake the computer. Hey, Scripting Guy! At work, we have been trying to get our automation solution put...
View ArticleUse PowerShell to Work with Pictures in Microsoft Excel
Summary: Guest Blogger Robert Robelo shows how to use Windows PowerShell to work with images in Microsoft Excel. Microsoft Scripting Guy Ed Wilson here. Our guest blogger today is Robert Robelo....
View ArticleUse PowerShell to Audit and Install Windows Patches
Summary: Learn how to use a free Windows PowerShell module to audit and install patches on Windows systems. Microsoft Scripting Guy Ed Wilson here. Today, I am proud to present a guest blog post...
View ArticleLessons Learned While Writing the PowerShell PoshPAIG Module
Summary: Guest Blogger Boe Prox shares lessons learned while writing the Windows PowerShell PoshPAIG module. Microsoft Scripting Guy Ed Wilson here. Today, we have part two of Boe Prox’s article...
View ArticleAutomate Facebook with a Free PowerShell Module
Summary: Guest Blogger Jon Newman shows how to automate Facebook with a free Windows PowerShell module. Microsoft Scripting Guy Ed Wilson here. It’s Guest Blogger Week! Today, we have Jon Newman from...
View ArticleMonitor and Respond to Windows Power Events with PowerShell
Summary: Guest Blogger Trevor Sullivan shows how to monitor and to respond to Windows Power events using Windows PowerShell. Microsoft Scripting Guy Ed Wilson here. Today’s guest blogger is Trevor...
View ArticleBATCHman Uses PowerShell to Battle the Dread Madame CAT File
Summary: In today’s episode, intrepid BATCHman uses Windows PowerShell to battle the dreaded Madame CAT file—and the fur really flies. Microsoft Scripting Guy Ed Wilson here. Windows PowerShell MVP...
View Article