A Favorite PowerShell ISE Feature: Remote Text File Editing
Summary: Sean Kearney shows you how to edit files remotely in the Windows PowerShell ISE. Honorary Scripting Guy, Sean Kearney, is here today to show you the last of the little nuggets I love to...
View ArticlePowerTip: Automatically Enable PowerShell ISE Toolbar
Summary: Ensure that the Windows PowerShell ISE toolbar is always enabled. How can I use Windows PowerShell to turn on the ISE toolbar? Turn on the toolbar with the following...
View ArticlePowerShell Spotlight: January 2016
Summary: PowerShell MVP and the Scripting Wife, Teresa Wilson, talks about upcoming events in the PowerShell community for January 2016.Microsoft Scripting Guy, Ed Wilson, is here. Today we have back...
View ArticlePowerTip: Check PowerShell Scripts Against Rules
Summary: Learn how to easily check your Windows PowerShell scripts against various rules. How can I quickly check my Windows PowerShell scripts with preconfigured rules? Download the latest version of...
View ArticleWeekend Scripter: Unexpected Case Sensitivity in PowerShell
Summary: PowerShell MVP, Mike F Robbins, discusses case sensitivity in Windows PowerShell.Microsoft Scripting Guy, Ed Wilson, is here. Welcome back guest blogger, Mike Robbins.Mike F Robbins is a...
View ArticlePowerTip: Use PowerShell to Perform Case-Sensitive Comparison
Summary: Learn how to perform a case-sensitive comparison in Windows PowerShell. I need to compare two strings while taking case sensitivity into account. I try using -eq, but it does not work....
View ArticleWhere’s Waldo (and Where’s Ed)?
Summary: Ed Wilson, Microsoft Scripting Guy, talks about the future of the Hey, Scripting Guy! Blog and other stuff.Microsoft Scripting Guy, Ed Wilson, is here. If you are a regular reader of the Hey,...
View ArticlePowerTip: Identify PowerShell Version
Summary: Learn how to easily find the version of Windows PowerShell, CLR, and WSMan. How can I use Windows PowerShell to identify the version of Windows PowerShell that is running on my system? Use the...
View ArticleIntroduction to Advanced PowerShell Functions
Summary: Guest blogger, Microsoft MVP, Adam Bertram, talks about advanced Windows PowerShell functions.Microsoft Scripting Guy, Ed Wilson, is here. Today we have a guest post by Microsoft MVP, Adam...
View ArticlePowerTip: Find List of PowerShell Functions
Summary: Easily find a list of Windows PowerShell functions. How can I produce a list of the Windows PowerShell functions that are currently available? Use the Function PS Drive and the Get-ChildItem...
View ArticleIncorporating Pipelined Input into PowerShell Functions
Summary: Microsoft MVP, Adam Bertram, talks about accepting pipelined input into Windows PowerShell advanced functions.Microsoft Scripting Guy, Ed Wilson, is here. Today Microsoft MVP, Adam Bertram,...
View ArticlePowerTip: Find Help about PowerShell Pipelines
Summary: Learn how to find Windows PowerShell Help about pipelines. How can I find information so that I can read about Windows PowerShell pipelines? Use the Get-Help cmdlet, specify the category of...
View ArticleUse PowerShell to Work with Data from MS OMS
Summary: Ed Wilson, Microsoft Scripting Guy, talks about using Windows PowerShell to parse data obtained from Microsoft Operations Management Suite.Microsoft Scripting Guy, Ed Wilson, is here. One of...
View ArticlePowerTip: Find PowerShell Cmdlets that Work with CSVs
Summary: Learn how to find Windows PowerShell cmdlets that work with CSVs. How can I find Windows PowerShell cmdlets that I can use to work with a CSV file? Use the Get-Command cmdlet and look for...
View ArticleWorking with Windows Startup Processes and PowerShell
Summary: Ed Wilson, Microsoft Scripting Guy, talks about using Windows PowerShell to examine startup processes in Windows 10.Microsoft Scripting Guy, Ed Wilson, is here. This morning I am playing with...
View ArticlePowerTip: Use PowerShell to Find Command Line of Processes
Summary: Learn how to use Windows PowerShell to find the command line of processes. How can I find the command line that was used to launch a process that is running on my system? Use the...
View ArticleWeekend Scripter: PowerShell Saturday in Tampa,FL, March 19, 2016
Summary: Ed Wilson, Microsoft Scripting Guy, talks about Windows PowerShell Saturday in Tampa Florida on March 19, 2016.Microsoft Scripting Guy, Ed Wilson, is here. There are worse places to be in...
View ArticlePowerTip: Find Processes by Using Wildcard Characters
Summary: Learn how to use wildcard characters and Windows PowerShell to find processes. How can I use Windows PowerShell to easily see all processes that contain the letters SV in the process name? Use...
View ArticleWeekend Scripter: Find Information on the Hey, Scripting Guy! Blog
Summary: Ed Wilson, Microsoft Scripting Guy, talks about how to find stuff on the Hey, Scripting Guy! Blog.Microsoft Scripting Guy, Ed Wilson, is here. It is hard to imagine that it is 2016. It’s even...
View ArticlePowerTip: Find Amount of Time Between Two Dates
Summary: Learn how to use Windows PowerShell to find the amount of time between two dates. How can I use Windows PowerShell to determin how many days until Windows PowerShell Saturday on...
View Article