Goodmorning
I'm using VMware workstation pro 12 on windows 10 and I'm trying to extract some information from the hypervisor with the vprobe script.
I've added the vprobe.allow = "TRUE" on the following files
C:\ProgramData\VMware\VMware Workstation\config.ini
C:\ProgramData\VMware\VMware Workstation\settings.ini
C:\Users\smais\AppData\Roaming\VMware`config.ini
C:\Users\smais\Documents\Virtual Machines\ubuntu\Ubuntu 64-bit.vmx
The cpnfig.ini is the following file:
installerDefaults.simplifiedUI = "no"
authd.client.port = "902"
authd.proxy.nfc = "vmware-hostd:ha-nfc"
installerDefaults.autoSoftwareUpdateEnabled = "yes"
installerDefaults.autoSoftwareUpdateEnabled.epoch = "14622"
installerDefaults.componentDownloadEnabled = "yes"
installerDefaults.dataCollectionEnabled = "yes"
installerDefaults.dataCollectionEnabled.epoch = "14622"
vprobe.allow = "TRUE"
When I run vmrun with some vprobe command (vprobeListProbes, vprobeLoad, ect) I have the same result every time: Error: Unrecognized command
vmrun is working because I can manage the vm without problems.
What can I do?