can anybody help me write a script for Powershell, where the rows will become columns? Possibly with the use of for each/while loop .
The starting point would be this: 1
And I want it to be displayed this way: 2
I do not know how to start since I'm a rookie and a self-learner.