News

Sometimes using ValidateSet isn't enough -- for instance, when you have multiple functions with the same parameter that you need to perform a task on.
Notice that I'm making this parameter mandatory again and since I'm not using any parameter sets, I'm just making it available everywhere. This is default behavior when using static parameters. Next, ...