Viewing the Event Logs of a GUI-Less Server Core Installation from a Remote Windows Server

You can use the wevtutil.exe command-line utility to view the event logs on a GUI-less Windows Server 2012 Server Core installation, but you can also use Event Viewer from a remote GUI-based Windows server.

Jan De Clercq

September 12, 2013

1 Min Read
QA

Q: What do I need to do to allow my administrators to view the event logs of a GUI-less Windows Server 2012 Server Core installation remotely from a regular GUI-based Windows installation?

A: Instead of using the wevtutil.exe utility from the command line to view the logs locally on a Server Core installation, you can allow remote administrators to look at the logs using the Microsoft Management Console (MMC) Event Viewer snap-in from a remote GUI-based Windows installation. By default, this is blocked by Windows Firewall. To allow remote administration, you must execute the following command at the Server Core command prompt:

Netsh advfirewall firewall set rule group =  "Remote Administration" new enable = yes

(Although this command wraps here, you'd put it on all one line in the command shell window.) This Netsh command will create a Windows Firewall rule group on the Server Core server to allow for remote administration. After you successfully execute this command, your administrators can log on to a regular Windows server, launch Event Viewer, and select the Connect to Computer option to remotely connect to the Server Core server.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like