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

Re: How to use vmrun against Virtual Machine folders (groups) in VMWare Workstation v9?

$
0
0

here is the script of powershell

 

 


function runvms{

param([string]$path)

$vmrun = “C:\Program Files (x86)\VMware\VMware Workstation\vmrun.exe”

$List = get-childitem $path -recurse | where {$_.extension -eq “.vmx”} | foreach-object -process { $_.FullName }

ForEach($vmx in $List){

& $vmrun -t ws start $vmx

}

}

 

http://www.vaemon.com

The best technical virtulization website in Chinese


Viewing all articles
Browse latest Browse all 232413

Latest Images

Trending Articles



Latest Images

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