Scripting Blog

A place to learn about PowerShell and share stories of automation

Proxy Functions: Spice Up Your PowerShell Core Cmdlets

Summary: Microsoft MVP, Shay Levy, shows how to use Windows PowerShell proxy functions to extend the capability of Windows PowerShell cmdlets.   Hey, Scripting Guy! I need to be able to modify the behavior of existing Windows PowerShell cmdlets. Is this something that can be accomplished by using “normal” tools, or do I need ...