Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 231085

Re: Loop through CSV file

$
0
0

You can create a small array before the foreach loop gived by @lucd and add the value from $vm to the array.

 

$vmarray = @()

 

foreach (...)

 

{

$vmarray += $vm

 

 

}

 

$vmarray


Viewing all articles
Browse latest Browse all 231085

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>