NETWORK ADMINISTRATIONSWindows server

Use Remote Server Administration Tools (RSAT) 1709 to manage Windows Server 1709 (Server Core)



In this video we setup Remote Server Administration Tool (RSAT) 1709 on Windows 10 to manage our domain controller running Windows Server 1709 (Server Core).

The Powershell script to enable firewall rules on Server Core:
Enable-NetFirewallRule -DisplayGroup “Remote Event Log Management”
Enable-NetFirewallRule -DisplayGroup “Remote Service Management”
Enable-NetFirewallRule -DisplayGroup “File and Printer Sharing”
Enable-NetFirewallRule -DisplayGroup “Performance Logs and Alerts”
Enable-NetFirewallRule -DisplayGroup “Remote Volume Management”
Enable-NetFirewallRule -DisplayGroup “Windows Defender Firewall Remote Management”

source
windows server

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

Leave a Reply

Your email address will not be published. Required fields are marked *