Lets start with some data $data =@(1,1,1,1,12,23,4,5,4643,5,3,3,3,3,3,3,37,7,7,8,9,9,0,0,12 ) We now want to select the unique values out of this list if I’ve wanted only the unique values I’ve tended to do this $data | select –Unique there are other options. If you want the output sorted you...