Skip to content

Companion commands from the video "Remotely Manage Workgroup Hyper-V Server 2019 Tutorial"

Notifications You must be signed in to change notification settings

ShotokuTech/Workgroup_Hyper-V

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Workgroup_Hyper-V

Companion commands from the video "Remotely Manage Workgroup Hyper-V Server 2019 Tutorial"

Get-NetAdapter| Get-NetConnectionProfile

Set-NetConnectionProfile -InterfaceAlias "vEthernet (LAN)" -NetworkCategory Private

Enable-PSRemoting

Enable-WSManCredSSP -Role server

APPWIZ.CPL

Start-Service -Name winrm

Set-Item WSMan:\localhost\Client\TrustedHosts -Value ST-HYP01.local

Stop-Service -Name winrm

Invoke-Command {WHOAMI} -Computername ST-HYP01.Local -Credential ST-HYP01\Administrator

Start-Service -Name winrm

Get-Item WSMan: \localhost\Client\TrustedHosts

GPEDIT.MSC

https://youtu.be/LEZSgWL6SZY

About

Companion commands from the video "Remotely Manage Workgroup Hyper-V Server 2019 Tutorial"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published