티스토리 뷰
WINRM 문제를 해결하려면 아래 해결 방법을 시도하십시오.
원격 서버에 연결하고 관리자 권한으로 cmd에서 아래 명령을 실행하십시오.
C:\Windows\system32>WinRM quickconfig
WinRM service is already running on this machine.
WinRM is not set up to allow remote access to this machine for management.
The following changes must be made:
Create a WinRM listener on HTTP://* to accept WS-Man requests to any IP on this
machine.
Make these changes [y/n]? y
WinRM has been updated for remote management.
Created a WinRM listener on HTTP://* to accept WS-Man requests to any IP on this
machine.
-------------------두 컴퓨터 모두에서 WinRM이 활성화되어 있습니까 ???
운영
winrm quickconfig
확인하십시오.
-------------------원격 컴퓨터의 방화벽 규칙을 확인 했습니까? 기본 규칙은 로컬 서브넷의 IP 만 허용합니다.
다른 IP를 허용하려면 :
- 고급 보안이 포함 된 Windows 방화벽 열기
- 인바운드 규칙을 클릭하십시오.
- 공용 프로필에 대해 Windows 원격 관리 (HTTP-In) 를 두 번 클릭 합니다.
- 범위 탭을 클릭 하십시오.
- 에서 원격 IP 주소 , 당신이 필요로하는 모든 IP를 추가
출처
https://stackoverflow.com/questions/39917027
댓글