Open
Description
I am trying to read a Vmware .vmx file (Version 16 hardware)
So far no luck
here are the first few lines
.encoding = "windows-1252"
displayName = "Dev Master"
config.version = "8"
virtualHW.version = "18"
scsi0.present = "TRUE"
scsi0.virtualDev = "lsisas1068"
sata0.present = "TRUE"
memsize = "12288"
When I do a Write-Host ($file | Out-String)
I get this
Name Value
---- -----
_ {.encoding, displayName, config.version, virtualHW.version...}
Is the issue that .vmx files don't have sections?
Metadata
Metadata
Assignees
Labels
No labels