Link to home
Start Free TrialLog in
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.
Avatar of btan
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
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sc0t

ASKER

Thank you for your help, it is much appreciated.