Quantcast
Channel: MSDN Blogs
Viewing all articles
Browse latest Browse all 29128

Using PowerShell to Update Integration Components with SCVMM

$
0
0

Given that the process for updating integration components in System Center Virtual Machine Manager has been optimized for large scale operations – and obvious question is: how do I script this?

The answer is quite simple.  All you need to do is to get the virtual machine object and run:

Set-VM –VM $vm –InstallVirtualizationGuestServices $TRUE –RunAsynchronously

Here is an example of me running it on my server:

image

Note that you will need to stop the virtual machine first (if it is running) before calling this command.

Cheers,
Ben


Viewing all articles
Browse latest Browse all 29128

Trending Articles



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