PowerTip: Find PowerShell Superheroes
Summary: Follow the adventures of PowerShell superheroes. How can I follow the adventures of a couple of PowerShell superheroes as they use PowerShell commands to solve real world problems?...
View ArticleEvent Log Queries Using PowerShell
Summary: Ed Wilson, Microsoft Scripting Guy, talks about using Windows PowerShell to query event logs.Microsoft Scripting Guy, Ed Wilson, is here. Today I talk a bit more about using Windows PowerShell...
View ArticlePowerTip: Query Multiple Event Logs at Once
Summary: Learn how to use Windows PowerShell to query multiple event logs at one time. How can I use Windows PowerShell to query events that happened and may be in multiple event logs? Use the...
View ArticleCheck Performance of Event Log Queries
Summary: Ed Wilson, Microsoft Scripting Guy, talks about checking the performance of various event log queries.Microsoft Scripting Guy, Ed Wilson, is here. One of the great things about Windows...
View ArticlePowerTip: Measure Performance of PowerShell Command
Summary: Measure how long it takes for a Windows PowerShell command to complete. If I change one command to try to improve the speed of my Windows PowerShell script , how can I see if that...
View ArticleParsing Event Log Messages—The Video
Summary: Ed Wilson, Microsoft Scripting Guy, presents a video about parsing Windows event log messages.Microsoft Scripting Guy, Ed Wilson, is here. Today I present a video where I talk about using a...
View ArticlePowerTip: Record Commands and Output from PowerShell
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?...
View ArticleFiltering Event Log Entries with PowerShell—The Video
Summary: Ed Wilson, Microsoft Scripting Guy, presents a video that explores filtering event log entries with Windows PowerShell.Microsoft Scripting Guy, Ed Wilson, is here. Today I present a video...
View ArticlePowerTip: Prompt for Input for PowerShell Script
Summary: Learn how to prompt for input for your Windows PowerShell script. How can I use Windows PowerShell as an easy way to prompt a user for information for my script? Use Read-Host, for example:$a...
View ArticleWeekend Scripter: Test Performance of Event Log Queries—The Video
Summary: Ed Wilson, Microsoft Scripting Guy, talks about comparing the performance of various Windows PowerShell event log queries.Microsoft Scripting Guy, Ed Wilson, is here. Today I present a video...
View ArticlePowerTip: Group PowerShell Cmdlet Count by Version
Summary: Learn how to group Windows PowerShell cmdlet counts by version. How can I see the version of the modules that contain various cmdlets in Windows PowerShell 5.0? Use the Get-Command cmdlet to...
View ArticleSpelunking with Show-Object
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...
View ArticlePowerTip: Use PowerShell Get-Command to Show Syntax
Summary: Use the Windows PowerShell Get-Command cmdlet to show syntax of cmdlets. How can I use Windows PowerShell to explore the allowed syntax for a specific cmdlet? Use the Get-Command cmdlet, and...
View ArticleUsing WinRM on Linux
Summary: Microsoft MVP, David O’Brien, talks about using the pywinrm module to execute Windows PowerShell from Linux.Microsoft Scripting Guy, Ed Wilson, is here. Today Windows PowerShell MVP, David...
View ArticlePowerTip: Encode String and Execute with PowerShell
Summary: Learn how to encode a string into base64 and execute it with Windows PowerShell. How can I encode a string into base64 and then run it via Windows PowerShell? Use these commands:$string =...
View ArticleUse PowerShell to Scale Azure Websites
Summary: Anders Wahlqvist talks about using Windows PowerShell to scale Azure websites.Microsoft Scripting Guy, Ed Wilson, is here. Today we have a guest post from Anders Wahlqvist. Anders is really...
View ArticlePowerTip: Use PowerShell to List all Azure Subscription Websites
Summary: Use Windows PowerShell to list all of your Azure subscription websites. How can I use Windows PowerShell to list all the websites in my Azure subscription that are using the new preview...
View ArticleGetting Information from the SQL Server Provider with PowerShell
Summary: Guest blogger, Mike Fal, talks about using the SQL Server provider with Windows PowerShell.Microsoft Scripting Guy, Ed Wilson, is here. We have a new guest blogger today. Please welcome Mike...
View ArticlePowerTip: Use PowerShell to Find Versions of SQL Server
Summary: Use Windows PowerShell to find versions of SQL Server. How can I use Windows PowerShell to see all the versions of SQL Server I have installed? Use the provider and a list of instances to look...
View ArticleUse SQL Server PowerShell Provider for Fun and Profit
Summary: Guest blogger, Mike Fal, talks about leveraging the SQL Server PowerShell provider.Microsoft Scripting Guy, Ed Wilson, is here. Welcome back guest blogger, Mike Fal. He blogged yesterday (see...
View Article