Your network contains an Active Directory domain named adatum.com. The domain contains a server named
Server1 that runs Windows Server 2012 R2.
On a server named Corel, you perform a Server Core Installation of Windows Server 2012 R2.You join Corel to
the adatum.com domain.
You need to ensure that you can use Event Viewer on Server1 to view the event logs on Corel.
What should you do on Corel?
A.
Run the Enable-NetFirewallRulecmdlet.
B.
Run the Disable-NetFirewallRulecmdlet.
C.
Install Windows Management Framework.
D.
Install Remote Server Administration Tools (RSAT).
Explanation:
Information regarding IPsec policy changes, etc. can be found in the Event Viewer. Thus you need to enable
the NetFirewallRule command. This will allow you to view the event logs.
To configure Windows Firewall to allow MMC snap-ins to connect ( to Server Core),run
Enable-NetFirewallRule -DisplayGroup “Remote Administration”
To allow only *specific* MMC snap-ins to connect, run:
Enable-NetFirewallRule -DisplayGroup “rulegroup”
Where:
Rulegroup is one of the values from the table below, depending on which snap-in you want to connect.
MMC snap-in Rule group
*********** ***********
Event Viewer Remote Event Log Management
Services Remote Service Management
Shared Folders File and Printer Sharing
Task Scheduler Performance Logs and Alerts and File and Printer Sharing
Disk Management Remote Volume Management
Windows Firewall with Advanced Security Windows Firewall Remote Management
event viewer is something in mmc