Enable Remote Powershell Access
so say that you have a server core instance, and you need to enable remote powershell access in order to be able to access remote systems via powershell,
Open a powershell window, use this command:
Enable-PSRemoting –force
from here as you can see remote admin has been enabled, and added a rule added to the firewall.
