Showing results for getting started - Scripting Blog [archived]

Nov 3, 2015
0
0

Long String Running

Doctor Scripto
Doctor Scripto

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 driven the...

Scripting Guy!Windows PowerShellscripting techniques
Nov 1, 2015
0
0

Weekend Scripter: Exploring PowerShell Arrays

Doctor Scripto
Doctor Scripto

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 seem...

Scripting Guy!Windows PowerShellWeekend Scripter
Oct 26, 2015
0
0

Spelunking with Show-Object

Doctor Scripto
Doctor Scripto

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. The ...

Scripting Guy!Windows PowerShellguest blogger
Oct 23, 2015
0
0

PowerTip: Record Commands and Output from PowerShell

Doctor Scripto
Doctor Scripto

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 PowerShell&nb...

Scripting Guy!Windows PowerShellPowerTip
Oct 20, 2015
0
0

Filtering Event Log Events with PowerShell

Doctor Scripto
Doctor Scripto

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 other cm...

Scripting Guy!Windows PowerShellgetting started