VMware VM created and deleted list by users using PowerCLI

How to check quickly in VMware vCenter about users who have created or deleted the VMs? The below PowerCLI script can be fetched using the TaskEvent which has the description VmBeingDeployedEvent or VmBeingClonedEvent and VmRemovedEvent in VMware vCenter 6. VMware PowerCLI ConnectConnect your vCenter > Connect-VIServer vcenter.cloudkb.com Name Port User —- —- —- vcenter.cloudkb.com 443 […]
Continue reading…