Fanfare for the Common Parameter
Fanfare for the Common Parameter
A quick note to paid subscribers, it appears migration issues with subscriptions have been resolved. No action is required on your part.
In the last article, we began exploring ways to take advantage of cmdlet common parameters. These are parameters inherited by all PowerShell cmdlets. You can force PowerShell to apply them to your functions by adding [CmdletBinding()]
to your function.
Let's continue with a few other common features that I don't think enough people take advantage of.
Want to read the full issue?