Powershell Searching for VMs with active questions. by Grzegorz Kulikowski September 23, 2016 September 23, 2016 for exmaple: $vms = get-view -viewtype virtualmachine $vms | ?{$_.runtime.question} | select name In order to answer assuming there is 1… Read more 0 FacebookTwitterPinterestLinkedinWhatsappEmail