How To Set A Default Value For A Parameter In PowerShell Using $PSDefaultParameterValues
Think you can do better?
Show us!
If you find yourself repeatedly using the same value for parameters in your cmdlets and scripts, you’ll really like what you will learn here. By setting the $PSDefaultParameterValues you can avoid having to type the same values over and over for parameters in your PowerShell scripts. In this video, we will focus on how to set a default value for a parameter in PowerShell using the $PSDefaultParameterValues automatic variable.