OS/Windows2014. 3. 25. 10:30

windows 8.1 감사모드(Audit mode)상태에서 windows update 


윈도우 8.1 이미지 작업을 위한 감사모드(Audit mode)에서는 Windows Update동작을 안합니다. 


문제해결
1) 해당 URL에서 File download
    http://gallery.technet.microsoft.com/scriptcenter/2d191bcd-3308-4edd-9de2-88dff796b0bc

2) 압축해제 이후 아래 폴더에 복사
   %WINDIR%\System32\WindowsPowerShell\v1.0\Modules

3) 관리자 모드로 PowerSheel 실행이후 아래 명령어 입력

   1. Set-ExecutionPolicy RemoteSigned

   2. Import-Module PSWindowsUpdate

   3.  Get-WUInstall

4) reboot 이후 3)번 반복하여 추가업데이트 설치 가능

Posted by userplus