Get-WmiObject에서 "메모리 위치에 대한 잘못된 액세스"가 발생합니다.


1

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이 누락 된 것만 발견했습니다 . 그러나 그렇지 않습니다!

어떤 아이디어?


도움 될 수 있습니다.
Lieven Keersmaekers
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.