Estoy intentando ejecutar el siguiente comando de PowerShell en WinPE (Versión 10.0.10586.0):
Get-WmiObject -Class Win32_ComputerSystem
Pero me sale este error:
Get-WmiObject : Invalid access to memory location. (Exception from HRESULT: 0x800703E6)
At line:1 char:1
+ Get-WmiObject -Class Win32_ComputerSystem
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-WmiObject], BadImageFormatException
+ FullyQualifiedErrorId : System.BadImageFormatException,Microsoft.PowerShell.Commands.GetWmiObjectCommand
Buscando en Google solo encontré que WinPE-WMI.cab
podría faltar. ¡Pero ese no es el caso!
¿Algunas ideas?