You need to ensure that you can use Event Viewer on Server1 to view the event logs on Core1

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 Core1, you perform a Server Core Installation of Windows Server 2012 R2. You
join Core1 to the adatum.com domain.
You need to ensure that you can use Event Viewer on Server1 to view the event logs on Core1.
What should you do on Core1?

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 Core1, you perform a Server Core Installation of Windows Server 2012 R2. You
join Core1 to the adatum.com domain.
You need to ensure that you can use Event Viewer on Server1 to view the event logs on Core1.
What should you do on Core1?

A.
Run the Disable NetFirewallRule cmdlet.

B.
Install Remote Server Administration Tools (RSAT).

C.
Install Windows Management Framework.

D.
Run the Enable-Com + Network Access Firewall Rule.

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.



Leave a Reply 3

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

twelve + sixteen =


karl

karl

Correct.

“When COM+ Network Access is enabled, a firewall exception rule is created that opens port 135 (RPC)
You should enable COM+ Network Access when one or more of the COM+ applications on the server are called from clients or applications that reside on different computers.”
https://technet.microsoft.com/en-us/library/cc731967.aspx

Gerard Manvussa

Gerard Manvussa

‘COM+ Network Access’ alone does not permit accessing the Event Viewer remotely.
You have to allow the “Remote Event Log Management” rules to remotely connect through the Event Viewer MMC.

Also, ‘COM+ Network Access’ may not be needed as there are other RPC rules that could be already enabled.