■ Set-Item 명령을 사용해 TrustedHosts 리스트를 지우는 방법을 보여준다.
▶ 실행 명령
1 2 3 |
Set-Item WSMan:\localhost\Client\TrustedHosts -Value "" |
■ Set-Item 명령을 사용해 TrustedHosts 리스트를 지우는 방법을 보여준다.
▶ 실행 명령
1 2 3 |
Set-Item WSMan:\localhost\Client\TrustedHosts -Value "" |