Monday, February 14, 2022

Install VMtools without reboot

Today we are going to upgrade VMtools for virtual machine without reboot.

at the beginning we will do it for one machine and after that we will make a simple loop to upgrade VMtools of bulk of virtual machines


PS C:\> Get-VM VMname


Name                     PowerState     Num CPUs  MemoryGB

----                             ----------      --------           --------

VMname                  PoweredOn   2                   4.000



PS C:\> Get-VM VMname   |  Update-Tools -NoReboot








and now we will do upgrade for VMtools for bulk of VMs


PS C:\> Get-Folder FolderName | Get-VM | Update-Tools -NoReboot

No comments:

Post a Comment

NSX-T (local log in) with VIDM integration

We will explain how to log in with a local account to your NSX-T which integrated with VIDM. We integrated our NSX-T into the VIDM. We had a...