Hi,
We have a very secure environment (PCI compliant) and need to audit ALL changes on VMs whether they are powered up or down. I do have a script that does this but it only picks up changes to VMs that are powered up (which by definition generally won't be memory-add etc).
What I need is a report that will audit every change to a VM and who did it in a plain-English text! So for example: VM: vmname, DISK: Changed from 30Gb to 35Gb. etc
Can this be done? Like I say, I can't pick it up for VMs that are powered off when the script runs.
Thanks!