Playing with JSON and PowerShell—The Video
Summary: Ed Wilson, Microsoft Scripting Guy, presents a video where he describes converting JSON data with Windows PowerShell.Microsoft Scripting Guy, Ed Wilson, is here. Today I present a video where...
View ArticlePowerTip: Find Windows Capabilities with PowerShell
Summary: Find Windows capabilities with Windows PowerShell on Windows 10. How can I use Windows PowerShell 5.0 on Windows 10 to determine capabilities such as handwriting, optical character...
View ArticlePacket Sniffing with PowerShell: Getting Started
Summary: Ed Wilson, Microsoft Scripting Guy, talks about getting started with packet sniffing in Windows PowerShell.Microsoft Scripting Guy, Ed Wilson, is here. One of the way cool things that happened...
View ArticlePowerTip: Display Every PowerShell Example in Help
Summary: Display every Windows PowerShell example that Help contains. How can I use Windows PowerShell to display every Help example that Windows PowerShell contains? Use Get-Command to retrieve all of...
View ArticlePowerTip: Send Message to Information Stream in PowerShell
Summary: Use Windows PowerShell to send information for a command to a separate information stream. How can I use Windows PowerShell to send information to a user via a separate information stream,...
View ArticleUse PowerShell to Parse Network Log
Summary: Ed Wilson, Microsoft Scripting Guy, talks about using Windows PowerShell to parse a network trace log.Microsoft Scripting Guy, Ed Wilson, is here. Today I want to talk a little bit about using...
View ArticlePacket Sniffing with PowerShell: Looking at Messages
Summary: Microsoft Scripting Guy Ed Wilson talks about looking at the message field in a packet log with Windows PowerShell.Microsoft Scripting Guy, Ed Wilson, is here. Yesterday I begin analyzing a...
View ArticlePowerTip: Sort an Array of Numbers with PowerShell
Summary: Learn how to sort an array of numbers with Windows PowerShell. How can I use Windows PowerShell to easily sort an array of numbers? Pipe the array to the Sort-Object (sort is an alias) cmdlet,...
View ArticleUse PowerShell to Parse Network Trace Logs
Summary: Ed Wilson, Microsoft Scripting Guy, talks about using Windows PowerShell to analyze packet trace logs.Microsoft Scripting Guy, Ed Wilson, is here. Today I want to finish my discussion about...
View ArticlePowerTip: Get Unique Numbers from Array
Summary: Learn how to get unique numbers from an array. How can I use Windows PowerShell to return only the numbers that are unique in an array? Sort the array of numbers, then pipe the output to the...
View ArticleNow Available! Windows PowerShell Step by Step, Third Edition
We’re pleased to announce the availability of Windows PowerShell Step by Step, Third Edition (ISBN 9780735675117), by Ed Wilson.Purchase from these online retailers: Microsoft Press...
View ArticleUse PowerShell to Collect Network Traces—The Video
Summary: Ed Wilson, Microsoft Scripting Guy, presents a video that shows how to use Windows PowerShell to collect network traces.Microsoft Scripting Guy, Ed Wilson, is here. Today I'm present a video...
View ArticlePowerTip: Find Information about Operations Management Suite
Summary: Learn how to find information about Microsoft Operations Management Suite. How can I easily find the latest and coolest blogs and information about Operations Management Suite? On Twitter,...
View ArticleUse PowerShell to Parse Network Trace Logs—The Video
Summary: Ed Wilson, Microsoft Scripting Guy, presents a video to show how to use Windows PowerShell to parse network trace logs.Microsoft Scripting Guy, Ed Wilson, is here. Today I am presenting a...
View ArticlePowerTip: Use PowerShell to Display Number of Minutes in a Day
Summary: Use Windows PowerShell to display the number of minutes in a day. How can I use Windows PowerShell to easily display how many minutes are in a day? Create a timespan equal to one day, and then...
View ArticleDude It’s a String—The Video
Summary: Ed Wilson, Microsoft Scripting Guy, presents a video to talk about working with strings in Windows PowerShell.Microsoft Scripting Guy, Ed Wilson, is here. Today I present a video where I talk...
View ArticlePowerTip: Produce List of Unique Processes with PowerShell
Summary: Learn how to use Windows PowerShell to filter out duplicate process names. How can I use Windows PowerShell to easily get a unique list of processes running on my local computer? Use...
View ArticleEasy Parsing of Messages with PowerShell
Summary: Ed Wilson, Microsoft Scripting Guy, talks about parsing event message strings with Windows PowerShell. Hey, Scripting Guy! I have seen people using different tools to find stuff in strings in...
View ArticlePowerTip: Get File System errors on NTFS Volumes with PowerShell
Summary: Use Windows PowerShell to get file system errors on all NTFS volumes. How can I use Windows PowerShell to check your NTFS volumes for file system errors? On Windows 10 with Windows PowerShell...
View ArticleFiltering Event Log Events with PowerShell
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...
View Article