Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerTip: Find Processes with High Priority

Summary: Learn how to use Windows PowerShell to find processes that have a high priority. (image)  How can I use Windows PowerShell to quickly see what processes have a high priority or an above normal priority? (image)  Open Windows PowerShell with Admin rights, use the Get-Process cmdlet to return processes, and filter &...

The PowerShell 5 NoNewLine Parameter

Summary: Ed Wilson, Microsoft Scripting Guy, talks about the NoNewLine parameter in Windows PowerShell 5.0 in Windows 10. Microsoft Scripting Guy, Ed Wilson, is here. In addition to new cmdlets in Windows PowerShell 5.0, there are also improvements to existing cmdlets. These improvements are often really cool because it means I can use the old...