WinPE (バージョン 10.0.10586.0) で次の PowerShell コマンドを実行しようとしています。
Get-WmiObject -Class Win32_ComputerSystem
しかし、次のエラーが発生します:
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
Google で検索すると、が欠落している可能性があるということだけがわかりましたWinPE-WMI.cab
。しかし、そうではありません。
何か案は?