Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<value>Cannot bind positional parameters because no names were given.</value>
</data>
<data name="AmbiguousParameterSet" xml:space="preserve">
<value>Parameter set cannot be resolved using the specified named parameters.</value>
<value>Parameter set cannot be resolved using the specified named parameters. One or more parameters issued cannot be used together or a parameter which will decide the parameter set is not provided. Use Get-Help with your script, function, or cmdlet for syntax help.</value>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or a parameter which will decide the parameter set is not provided.

Perhaps this should be or an insufficient number of parameters were provided. There could certainly be more than one missing.

</data>
<data name="MissingMandatoryParameter" xml:space="preserve">
<value>Cannot process command because of one or more missing mandatory parameters:{1}.</value>
Expand Down