Nieuws

Powershell. Using Add-member on elements in an array I’m making a new Powershell inventory script. I already have one, but I’m fiddling with the arrays to see if I can make the code a little ...
I'm trying to expand one item in an array into a new array, like so:Ar1[1]="a,b,c,d,e"; # ...