PoshCode Archive  Artifact [143befba37]

Artifact 143befba3705e144904129847daae1a0e28d27298bd8851c15a4489b80b73800:

  • File VMtools-update-No-reboot.ps1 — part of check-in [1e7a06c6bd] at 2018-06-10 13:38:00 on branch trunk — Update vmtools (user: Leon Scheltema size: 393)

# 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