Today, if you are using VMM, you can quickly and easily find out if your VM has the integration components installed by using this simple PowerShell script. << PS D:\Windows\system32> get-vm | select name, hostname, hasvmadditions, vmaddition
Read More...