Hyper-V Server 2012 R2의 개인 초기 구성 요약
1919 단어 WindowsServerHyper-VWindows
초기 메뉴에서 설정
로그인 후 첫 번째 메뉴에서 설정합니다.
비밀번호 정책 변경
암호에 대한 복잡성 요구 사항이 활성화되어 있으므로 비활성화합니다. 취향에.
→ ぃ tp // 코 m / 센고쿠 / ms / 5에서 27 00 에 c5 8 76 9
방화벽 비활성화
여러가지 귀찮기 때문에, 무효로 해 버립니다. 도메인 환경에 참가하는 경우 사용하지 않도록 설정할 수 있습니다.
netsh advfirewall currentprofile state off
netsh advfirewall domainprofile state off
netsh advfirewall privateprofile state off
netsh advfirewall publicprofile state off
WINRM 초기화
winrm qc -force
WSMan 연결시 CredSSP 사용
PowerShell에서
Enable-WSManCredSSP
Primary Dns Suffix 설정
ipconfig /all
명령을 실행할 때 표시되는 Primary Dns Suffix를 설정합니다.
레지스트리에 직접 씁니다.
reg add HKLM\System\currentcontrolset\services\tcpip\parameters /v “NV Domain” /d “example.com” /f
프록시 설정
netsh 명령으로 설정할 수있는 프록시와 IE에서가 아니라면 설정할 수없는 프록시가 있습니다.
PowerShell은 후자의 설정을 사용하는 것 같습니다. 정말 귀찮은 일입니다.
netsh winhttp set proxy proxy.my.domain:8080 bypass-list=<local>
cd 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings\'
Set-ItemProperty -Path . -Name ProxyEnable -Value 1
New-ItemProperty -Path . -Name ProxyServer -Value proxy.my.domain:8080
New-ItemProperty -Path . -Name ProxyOverride -Value '<local>'
Reference
이 문제에 관하여(Hyper-V Server 2012 R2의 개인 초기 구성 요약), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/sengoku/items/6af0fde797c7f3aaadd8
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
여러가지 귀찮기 때문에, 무효로 해 버립니다. 도메인 환경에 참가하는 경우 사용하지 않도록 설정할 수 있습니다.
netsh advfirewall currentprofile state off
netsh advfirewall domainprofile state off
netsh advfirewall privateprofile state off
netsh advfirewall publicprofile state off
WINRM 초기화
winrm qc -force
WSMan 연결시 CredSSP 사용
PowerShell에서
Enable-WSManCredSSP
Primary Dns Suffix 설정
ipconfig /all
명령을 실행할 때 표시되는 Primary Dns Suffix를 설정합니다.
레지스트리에 직접 씁니다.
reg add HKLM\System\currentcontrolset\services\tcpip\parameters /v “NV Domain” /d “example.com” /f
프록시 설정
netsh 명령으로 설정할 수있는 프록시와 IE에서가 아니라면 설정할 수없는 프록시가 있습니다.
PowerShell은 후자의 설정을 사용하는 것 같습니다. 정말 귀찮은 일입니다.
netsh winhttp set proxy proxy.my.domain:8080 bypass-list=<local>
cd 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings\'
Set-ItemProperty -Path . -Name ProxyEnable -Value 1
New-ItemProperty -Path . -Name ProxyServer -Value proxy.my.domain:8080
New-ItemProperty -Path . -Name ProxyOverride -Value '<local>'
Reference
이 문제에 관하여(Hyper-V Server 2012 R2의 개인 초기 구성 요약), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/sengoku/items/6af0fde797c7f3aaadd8
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
winrm qc -force
PowerShell에서
Enable-WSManCredSSP
Primary Dns Suffix 설정
ipconfig /all
명령을 실행할 때 표시되는 Primary Dns Suffix를 설정합니다.
레지스트리에 직접 씁니다.
reg add HKLM\System\currentcontrolset\services\tcpip\parameters /v “NV Domain” /d “example.com” /f
프록시 설정
netsh 명령으로 설정할 수있는 프록시와 IE에서가 아니라면 설정할 수없는 프록시가 있습니다.
PowerShell은 후자의 설정을 사용하는 것 같습니다. 정말 귀찮은 일입니다.
netsh winhttp set proxy proxy.my.domain:8080 bypass-list=<local>
cd 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings\'
Set-ItemProperty -Path . -Name ProxyEnable -Value 1
New-ItemProperty -Path . -Name ProxyServer -Value proxy.my.domain:8080
New-ItemProperty -Path . -Name ProxyOverride -Value '<local>'
Reference
이 문제에 관하여(Hyper-V Server 2012 R2의 개인 초기 구성 요약), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/sengoku/items/6af0fde797c7f3aaadd8
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
reg add HKLM\System\currentcontrolset\services\tcpip\parameters /v “NV Domain” /d “example.com” /f
netsh 명령으로 설정할 수있는 프록시와 IE에서가 아니라면 설정할 수없는 프록시가 있습니다.
PowerShell은 후자의 설정을 사용하는 것 같습니다. 정말 귀찮은 일입니다.
netsh winhttp set proxy proxy.my.domain:8080 bypass-list=<local>
cd 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings\'
Set-ItemProperty -Path . -Name ProxyEnable -Value 1
New-ItemProperty -Path . -Name ProxyServer -Value proxy.my.domain:8080
New-ItemProperty -Path . -Name ProxyOverride -Value '<local>'
Reference
이 문제에 관하여(Hyper-V Server 2012 R2의 개인 초기 구성 요약), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/sengoku/items/6af0fde797c7f3aaadd8텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)