Private/Get/Get-CommonParameter.ps1
Function Get-CommonParameter { [cmdletbinding(SupportsShouldProcess)] param() if ($PSCmdlet.ShouldProcess($null,$null)) { } } |
Function Get-CommonParameter { [cmdletbinding(SupportsShouldProcess)] param() if ($PSCmdlet.ShouldProcess($null,$null)) { } } |