Hey there,
I've been trying to get the HardwareHash which is a property of the MDM_DevDetail_Ext01 class in the root/cimv2/mdm/dmmap namespace inside a WinPE instance. Problem is that WinPE even with all cab files installed doesn't have it. I tried working around that by including all .mof .mfl and .dll files from the webm folder. Then running regsvr32 for all dll files and mofcomp for all mof and mfl files to recompile the wmi library. Then I can find the MDM_DevDetail_Ext01 file with wbemtest, but trying to get the wmiobejct i receive a system.accessviolationexception: attempted to read or write protected memory.
I'm clueless and any idea would be greatly appreciated.
Kind Regards
I've been trying to get the HardwareHash which is a property of the MDM_DevDetail_Ext01 class in the root/cimv2/mdm/dmmap namespace inside a WinPE instance. Problem is that WinPE even with all cab files installed doesn't have it. I tried working around that by including all .mof .mfl and .dll files from the webm folder. Then running regsvr32 for all dll files and mofcomp for all mof and mfl files to recompile the wmi library. Then I can find the MDM_DevDetail_Ext01 file with wbemtest, but trying to get the wmiobejct i receive a system.accessviolationexception: attempted to read or write protected memory.
I'm clueless and any idea would be greatly appreciated.
Kind Regards