Scripting Blog [archived]

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

PowerTip: Look at User Variables

Summary: Look at variables that do not have a description. (image)  How can you look at automatic and user-created variables that have no description? (image)  Use the Get-Variable cmdlet and search for an empty description:             Get-Variable | where description...

Weekend Scripter: Build Your Own PowerShell Cmdlet: Part 2 of 9

Summary: Microsoft Windows PowerShell MVP, Sean Kearney, continues his series of guest blogs that detail how to build your own cmdlet. Microsoft Scripting Guy, Ed Wilson, is here. We have a special week in store for you. Guest blogger and Windows PowerShell MVP, Sean Kearney, has written a series about building cmdlets. For more about Sean, ...

Weekend Scripter: Build Your Own PowerShell Cmdlet: Part 1 of 9

Summary: Microsoft Windows PowerShell MVP, Sean Kearney, begins a series of guest blogs that detail how to build your own cmdlet. Microsoft Scripting Guy, Ed Wilson, is here. We have a special week in store for you. Guest blogger and Windows PowerShell MVP, Sean Kearney, has written a series about building cmdlets. For more about Sean, see his...