openssl pkcs12 -export -out cert.pfx -inkey private.key -in cert.crt -certfile CACert.crt
List Checkpoint, Configuration and Snapshot File Locations:
get-vm | select id,name,*location | ft -AutoSize
List the HardDrives attached into the Virtual Machines
get-vm | Get-VMHardDiskDrive | sort Path | select vmname,Path