Hi
I have written a function which defines four input parameters: A, B, C and D. Basically, I want to enforce that the user provides one of (A or B) AND one of (C or D).
Is it possible to use ParameterSets to accomplish this, or must the logic be enforced in the body of the function?
Thanks in advance
Matthew