Scripting Blog [archived]

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

Using PowerShell Grid View for User Info

Summary: Learn how to use the Windows PowerShell grid view to display user information in this guest post by Tim Bolton and Don Walker. Microsoft Scripting Guy, Ed Wilson, is here. Welcome back guest blogger, Tim Bolton... Hi all, This project was a joint effort with my coworker, Don Walker (@EngineeringDon). In my current work environment, ...

PowerTip: Find Specific PowerShell Cmdlet Help

Summary: Learn how to find help for a specific Windows PowerShell cmdlet parameter. (image)  How can I find more information about a specific Windows PowerShell parameter that I saw a presenter use? (image)  Use the Get-Help cmdlet, and specify the Windows PowerShell cmdlet and parameter names.         &...