Hello Guys I am very new to Powershell and programming. I am pretty sure somebody might have come across this issue before. Basically I have an array of 'n' elements. I am looking to get (6th, 12th, 18th.......) element from the Array and store it in another array. How would I do that? Googled it but did not get any relevant answers.
Below is the list of my elements in the array . The elements for extraction are italicised and are marked in bold.
PS P:\> $UnitProperties6
71568a04
0938
4304
8831
819b1bcb14e4
Archiver
a9f5bd5c
226b
434e
a689
e0307bb2e51b
Archiver2
Thanks for your help.