filmov
tv
Configuring Hyper-V Server Manager on a workgroup Client. Part 3 #hyperv #virtualmachines

Показать описание
All you need to know about setting up Hyper V Server 2019.
After the installation of the hyper-v server and the enabling of the Hyper-V manager on the client follow these steps to pull the server Hyper-V Manager on the Client Hyper-V Management environment.
1st
\\Both the client and the server Network Adapter need to be set to "Private".
\\This command will display the current network profile. Run the command on both client and server to verify the profile.
Get-NetAdapter|Get-NetConnectionProfile
\\This command will set the profile
Set-NetConnectionProfile -InterfaceAlias "Ethernet" -NetworkCategory Private
\\Once that is set review the connection again with the Get command
Get-NetAdapter|Get-NetConnectionProfile
\\Enable-PSRemoting
Enable-PSRemoting
\\Enable-WSManCredSSP -Role server
Enable-WSManCredSSP -Role server
\\Enable the windows feature option on windows
\\Edit the host file and add the dns name of the HyperV server.
192.168.1.3 SANDBOX
On the client Machine
run
start-service -name winrm
set-item wsman:\localhost\client\trustedhosts -value SANDBOX
stop-service -name winrm
\\ This command verifies the local hosts is a trustedhost.
Get-Item WSMan:\localhost\Client\TrustedHosts
#hyper
#hyperv
#virtual
#virtualmachines
#vm
#vmware
#vmwareworkstation
#vmwarecloud
After the installation of the hyper-v server and the enabling of the Hyper-V manager on the client follow these steps to pull the server Hyper-V Manager on the Client Hyper-V Management environment.
1st
\\Both the client and the server Network Adapter need to be set to "Private".
\\This command will display the current network profile. Run the command on both client and server to verify the profile.
Get-NetAdapter|Get-NetConnectionProfile
\\This command will set the profile
Set-NetConnectionProfile -InterfaceAlias "Ethernet" -NetworkCategory Private
\\Once that is set review the connection again with the Get command
Get-NetAdapter|Get-NetConnectionProfile
\\Enable-PSRemoting
Enable-PSRemoting
\\Enable-WSManCredSSP -Role server
Enable-WSManCredSSP -Role server
\\Enable the windows feature option on windows
\\Edit the host file and add the dns name of the HyperV server.
192.168.1.3 SANDBOX
On the client Machine
run
start-service -name winrm
set-item wsman:\localhost\client\trustedhosts -value SANDBOX
stop-service -name winrm
\\ This command verifies the local hosts is a trustedhost.
Get-Item WSMan:\localhost\Client\TrustedHosts
#hyper
#hyperv
#virtual
#virtualmachines
#vm
#vmware
#vmwareworkstation
#vmwarecloud
Комментарии