Estou tentando executar o seguinte comando do PowerShell no WinPE (versão 10.0.10586.0):
Get-WmiObject -Class Win32_ComputerSystem
Mas recebo este erro:
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
Pesquisando no Google, só descobri que WinPE-WMI.cab
pode estar faltando. Mas esse não é o caso!
Alguma idéia?
Tags powershell wmi powershell-5.0 winpe