The command Set-ItemProperty
has a dynamic parameter named Type
that is important for the Windows registry. Invoking Get-Help Set-ItemProperty
does not mention the Type
parameter. I think this omission occurs because Type
is a dynamic parameter.
I would like to discover the Type
parameter's attributes. In particular, I would like to know whether the ValueFromPipelineByPropertyName
argument is set. How can I do this?