We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I get the message 'The variable 'param' is assigned but never used.' My script looks like this:
$param = $MyInvocation.BoundParameters
a couple of lines further down in the same script:
. "$PSScriptRoot\wrap.script.ps1 @param"