Avatar of Sc0t
Sc0t
 asked on

How to enable Microsoft network server: Digitally sign communications (always) on hyper v core server

Hi experts,

Ok so I have two servers that I need to enable "Microsoft network server: Digitally sign communications (always)"
First server is Windows 2008 Enterprise so I load an MMC and then the local security policy > Local Policies > Security Options and can enable it no problem.

Second server is Hyper V core so no GUI. I have tried using an MMC on a Windows 8 laptop to connect to the server but there is no setting that allows me to enable this.

Does anyone know a powershell or command line syntax that would enable this on the Hyper V Core server?

Thanks for your help.
Hyper-VMicrosoft Server OS

Avatar of undefined
Last Comment
Sc0t

8/22/2022 - Mon
btan

By default remoting is disable in Hyper-V, we can enable "Remote Management" on sconfig of Hyper-V server or perform PowerShell cmdlet, Enable-PSRemoting to enable.
http://terrytlslau.tls1.cc/2015/01/manage-non-domain-hyper-v-servers.html
ASKER CERTIFIED SOLUTION
David Johnson, CD

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Sc0t

ASKER
Thank you for your help, it is much appreciated.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck