Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Powershell Best Practice #19: Check parameters with PSBoundParameters

$
0
0

Best Practice: You should use the automatic variable $PSBoundParameters instead of just specifying the variable name (or eventually using the IsPresent property).

Read More


Viewing all articles
Browse latest Browse all 6937

Trending Articles