# encoding: ascii # api: powershell # title: VMtools update-No reboot # description: Update vmtools # version: 0.1 # author: Leon Scheltema # license: CC0 # x-poshcode-id: 4192 # x-archived: 2013-06-11T08:33:06 # x-published: 2013-06-05T13:31:00 # # Get-VM | Get-VMGuest | Where{$_.GuestId} | Where{$_.GuestId.contains("win") -and $_.State -eq 'Running'} | Update-Tools -NoReboot