Allowing [Remote connections] to [Windows Server Core] from a Desktop Server through your Domain network through [Computer Management] and [IIS] ([Internet Information Servers]), you will need to run some [PowerShell] and [Command Prompt] Scripts.
These scripts go along with the Full-Length Video located here.
[Windows 2016 Server Core Installation - IIS, SQL Server, ASP.NET]
The following scripts are available in the Related section below.
Enable-NetFirewallRule-DisplayName"Windows Management Instrumentation (DCOM-In)"Enable-NetFirewallRule-DisplayGroup"Remote Event Log Management"Enable-NetFirewallRule-DisplayGroup"Remote Service Management"# This line does not seem to work independently, so the last line is needed.
Enable-NetFirewallRule-DisplayGroup"Remote Volume Management"Enable-NetFirewallRule-DisplayGroup"Windows Firewall Remote Management"Enable-NetFirewallRule-DisplayGroup"Remote Scheduled Tasks Management"# Disk Management, without this line, we will not be able to administer our virtual disk on the server core.
Get-NetFirewallRule-DisplayGroup"Remote Volume Management"|Set-NetFirewallRule-EnabledTrue
[IIS] ([Internet Information Servers]) (Run the following in order.)