After running script
switch ($ComputerSystemInfo.model){
"Virtual Machine"{$MachineType.model="VM"}
The property 'Model' cannot be found on this object. Verify that the property exists and can be set.
After running script
switch ($ComputerSystemInfo.model)The property 'Model' cannot be found on this object. Verify that the property exists and can be set.