Summary: Ed Wilson, Microsoft Scripting Guy, talks about using a compound string command.
Microsoft Scripting Guy, Ed Wilson, is here. The other day, the Scripting Wife and I headed to Nashville for a couple of speaking engagements. We decided to head through Alabama instead of going through Atlanta for a couple of reasons. We have never ...
Summary: Ed Wilson, Microsoft Scripting Guy, talks about Exploring Windows PowerShell arrays.
Microsoft Scripting Guy, Ed Wilson, is here. One of the problems I had with Windows PowerShell when I first learned it was handling arrays. Why? Because they were so easy. Well, they are easy, but they are also a bit confusing. Why? Because Get-Member...
Summary: Guest blogger, Tim Warner, talks about using the Show-Object cmdlet.
Microsoft Scripting Guy, Ed Wilson, is here. Today I have another guest post by Tim Warner. By the way, you can meet Tim and other PowerShell enthusiasts at the Nashville PowerShell user group meeting on Wednesday, October 28. I will be there making the presentation...
Summary: Learn how to easily record commands and output from commands in Windows PowerShell.
How can I create a text file all commands and output from the commands that I use in Windows PowerShell?
Use the Start-Transcript cmdlet.
To stop the transcript, use Stop-Transcript.
Note In Windows ...
Summary: Ed Wilson, Microsoft Scripting Guy, talks about filtering event log events with the Get-WinEvent cmdlet.
Hey, Scripting Guy! I try to use the Get-WinEvent cmdlet to search event logs, but it is pretty hard to do. Also, I don’t see the nice switches that I had with Get-EventLog, so I don’t see why I should use the ...