Getting Started with the VMware Update Manager Powershell Snap-In
When you install VMware Update Manager Update 2 on your Virtual Center Server and then you install the plugin from your VI Client ánd you have the VI Toolkit installed, you have the option to install the Powershell extensions for Update Manager. They are still in beta though, so only use them on your testing environment.
You have to load the extensions in order to be able to use them. This is how:
Add-PSSnapIn VMware.VumAutomation
In order to list all new cmdlets in this snapin, try this:
Get-Command -PSSnapIn VMware.VumAutomation
That should get you on your way of exploring this great addition to the VI Toolkit. Here’s a nice one-liner to keep you busy:
(Get-Compliance (Get-VMHost (Read-Host “ESX Server”))).NotCompliantUpdates
Enjoy!
3 Responses to Getting Started with the VMware Update Manager Powershell Snap-In
Tags
Active Directory API bind order cleanup cluster CPU Custom Fields datastores description device management directory tree errors Event Log file name filter Fun function HA IT known issues License Server LUN multipath NIC objects Oneliner portgroups PowerCLI PowerShell profile recursive Registry Scripts security session share snapshots SQL Stat VI Toolkit VMware vSphere WMI WSUS ZenArchives
- July 2012
- July 2011
- February 2011
- January 2011
- December 2010
- May 2010
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008





Good Afternoon:
How do I obtain the VMware.VumAutomation
snapin ?
Can you send me the link ?
Thanks
\S
1. Download VMware Update Manager Update 2 from VMware.com
2. Install it on your Virtual Center Server
3. Connect with your VI Client on a pc with VI Toolkit installed
4. Install the Update Manager plugin from the VI Client Plugins Menu
5. The installation wizard will ask whether you want to install the snap-in.
Enjoy!
[...] Getting Started with the VMware Update Manager Powershell Snap-In [...]