PowerCLI: Report every VM added to vCenter in the last 30 days: Difference between revisions

From VI-Toolkit
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
Please visit the original author's page here: http://get-admin.com/blog/?p=725
By using the PowerCLI and VMware's SDK it is entirely possible to query the history of tasks and events.  One of the data gems that can be garnered from the event history is when virtual machines have been created or deleted.
 
You can find how to query the event history [http://get-admin.com/blog/?p=725 here].


[[Category: Powershell]] [[Category:PowerCLI]]
[[Category: Powershell]] [[Category:PowerCLI]]

Latest revision as of 16:50, 23 July 2009

By using the PowerCLI and VMware's SDK it is entirely possible to query the history of tasks and events. One of the data gems that can be garnered from the event history is when virtual machines have been created or deleted.

You can find how to query the event history here.