Write a Parameter
Writes a PowerShell parameter attribute.



The name of the parameter

If set, the parameter attribute will be marked to accept input from the pipeline by property name

IF set, the parameter attribut will use this position

If set, will add aliases to the parameter

If Set, the parameter attribute will be marked to accept pipeline input

If set, will add a ParameterSetName ot the parameter attribute

If set, will add a HelpMessage to the parameter attribute

If Set, the parameter attribute will be marked as mandatory