[Solved] AmbiguousParameterSet error
You get the following error: CategoryInfo : InvalidArgument: (:) [], ParameterBindingException FullyQualifiedErrorId : AmbiguousParameterSet, The reason You have this error in two situations: Your command-line uses simultaneously two or more parameters members of different exclusive parameter sets. Your command-line doesn’t use any of the parameters members of a parameter set. Let’s illustrate your error Example […]
You must be logged in to post a comment.