bottkars / vmxtoolkit

vmxtoolkit is the Powershell extension to VMware Workstation
Apache License 2.0
116 stars 32 forks source link

Cannot get VM snapshot config details via Get-VMXSnapshotconfig command #28

Open unnatRevo opened 2 years ago

unnatRevo commented 2 years ago

This could be just me as a newbie but when I used the Get-VMXSnapshotconfig command to get a snapshot config of VM, I was unable to get the one. Below are the parameters that I pass to fetch VM config

Get-VMXSnapshotconfig -VMXName "MyVm" -Path "C:\Fakepath\MyVm\" -VMXSnapconfig "C:\Fakepath\MyVm\MyVm.vmx" and I get no result on PowerShell where as there are snapshots available for my VM.

Please correct me if I have been passing wrong arguments or wrong values to get the same.