Exchange 2010 SP3 Rollup 30(KB4536989) 설치 중,
Powershell오류가 발생하며 설치가 롤백되는 오류가 발생했다.
세부 내용
문제 서명:
문제 이벤트 이름: PowerShell
NameOfExe: powershell.exe
FileVersionOfSystemManagementAutomation: 6.1.7600.16385
InnermostExceptionType: System.Management.Automation.PSArgument
OutermostExceptionType: System.Management.Automation.PSArgument
DeepestPowerShellFrame: ell.ConsoleControl.CheckWriteConsoleOutputContents
DeepestFrame: ell.ConsoleControl.CheckWriteConsoleOutputContents
ThreadName: Consol.. main thread
OS 버전: 6.2.9200.2.0.0.272.7
로캘 ID: 1042
온라인 개인 정보 취급 방침 읽기:
http://go.microsoft.com/fwlink/?linkid=190175
온라인 개인 정보 취급 방침을 사용할 수 없으면 오프라인으로 개인 정보 취급 방침을 읽으십시오.
C:\Windows\system32\ko-KR\erofflps.txt
문제 서명:
문제 이벤트 이름: PowerShell
NameOfExe: powershell.exe
FileVersionOfSystemManagementAutomation: 6.1.7600.16385
InnermostExceptionType: System.Management.Automation.PSArgument
OutermostExceptionType: System.Management.Automation.PSArgument
DeepestPowerShellFrame: ell.ConsoleControl.CheckWriteConsoleOutputContents
DeepestFrame: ell.ConsoleControl.CheckWriteConsoleOutputContents
ThreadName: Consol.. main thread
OS 버전: 6.2.9200.2.0.0.272.7
로캘 ID: 1042
온라인 개인 정보 취급 방침 읽기:
http://go.microsoft.com/fwlink/?linkid=190175
온라인 개인 정보 취급 방침을 사용할 수 없으면 오프라인으로 개인 정보 취급 방침을 읽으십시오.
C:\Windows\system32\ko-KR\erofflps.txt
이벤트 뷰어 로그
이벤트 ID: 1024
제품: Microsoft Exchange Server - 'Update Rollup 30 for Exchange Server 2010 Service Pack 3 (KB4536989) 14.3.496.0' 업데이트를 설치하지 못했습니다. 오류 코드: 1603. Windows Installer에서는 소프트웨어 패키지의 설치 문제의 해결에 도움을 주는 로그 파일을 만들 수 있습니다. 로깅 지원을 사용하도록 설정하는 방법은 다음 링크를 참조해 주십시오. http://go.microsoft.com/fwlink/?LinkId=23127
해결방법
Powershell 코드 페이지 변경으로 해결했다.
코드 페이지 변경하기
! Powershell 속성 페이지에서 편집이 가능한 경우, 명령어를 입력할 필요 없이 '437 (OEM - 미국)' 을 찾아 선택한다.
1. 코드 페이지 변경
> chcp 437
! 명령어만 입력하면 powershell 종료 시 초기화 된다. 속성 페이지에서 '확인' 버튼을 누르면 적용 가능.
2. Powershell 속성 - '옵션' - '확인'
3. Powershell 종료 후 재시작하여 적용 여부 확인.
'IT > System' 카테고리의 다른 글
[Windows] TLS 1.0, TLS 1.1 비활성화 / TLS 1.2 활성화 (0) | 2020.07.28 |
---|---|
[Windows] Event Log SChannel Event ID: 36887 (0) | 2020.06.24 |
[WAS] Tomcat 설치 간 오류 발생. (0) | 2020.03.10 |
[Linux] tar를 이용한 빠른 파일 복사(cp, rsync) (0) | 2020.03.10 |
[Windows] OS 재설치 후, Windows.old를 이용한 OS 복구 (4) | 2020.03.10 |