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"
Reactions are currently unavailable
I get the message 'The variable 'param' is assigned but never used.'
My script looks like this:
a couple of lines further down in the same script: