Hi,
I have 2 arrays which can be either in equal size or can be in different in size (size determined when the code is running). I would like to compare the text in those arrays and list down the below.
Output text which is present in first array but not in second array
Output text not in first array but is present in second array
Appreciate it if anyone could help me with the poweshell code to achieve the above.
Thanks.
