I am trying to deploy to a virtual client.
I can see that ztigather only checks for IsLaptop, IsDesktop and IsServer. I added logic to Function GetVirtualizationInfo to check for model and set IsVm to true. However i think this function is not processed during the initial WinPe stage and i cant use it to set %OSDComputerName%
Is there a way to set IsVm=True during that gather stage? If it is VM :)
Thank you,.