Windows 2003 Server SP2를 Windows 2008 Server로 업그레이드 시 Windows Powershell 호환성 오류
Windows 2003 Server를 Windows 2008 Server로 업그레이드 작업을 3대 째 수행하고 있는데
3번째 서버에서 Windows Powershell 호환성 문제로 인하여 삭제해야 진행이 되는 문제가 발생했다.
구글링을 해보니 Windows Powershell을 삭제하라는 정보를 찾았다.
해당 정보 링크는 https://support.microsoft.com/ko-kr/kb/950376에서 확인 하시기 바랍니다.
그런데 문제는 Windows 2003 SP2 에서는 Windows Powershell이 삭제가 되지 않는다는 것이었다.
그러던 중 아주 간단하면서도 허탈(?)한 해결방법을 찾았다.
결론은
Server 2003 32 bit : %windir%\System32\WindowsPowerShell
Server 2003 64 bit : %windir%\Syswow64\WindowsPowerShell
폴더명을 바꿔주면 된다… 참~ 간단하면서도 허탈하게 쉬운 해결 방법이다~
난 폴더명을 WindowsPowerShell_XXX 로 바꿨다.