Your role of Network Administrator at ABC.com includes the management of the Active Directory Domain
Services (AD DS) domain named ABC.com. The network includes servers that run Windows Server 2008 R2
Service Pack 1 (SP1) and Windows Server 2012. A server named ABC-Win12Admin runs Windows Server
2012. You use ABC-Win12Admin to administer the Windows Server 2012 servers in the domain. A newly
installed domain member server named ABC-SRV06 runs a Server Core Installation of Windows Server 2012.
You need to configure ABC-SRV06 to enable you to use the Server Manager console on ABCWin12Admin to
manage ABC-Win12Admin.
How should you configure ABC-SRV06?

A.
You should install the Remote Server Administration Tools on ABC-SRV06.
B.
You should install the Server Manager console on ABC-SRV06.
C.
You should enable Windows Remote Management (WinRM) on ABC-SRV06.
D.
You should use the Enable-NetFirewallRule cmdlet to configure the firewall on ABC-SRV06.
i think its right.
https://technet.microsoft.com/en-us/library/hh921475(v=ws.11).aspx
0
0
I don’t think so because winrm is default enabled on server 2012,
I think D is correct
please correct me if i’m wrong.
2
0
Answer is C,
How to enable remote management in Windows 2012R2 core
There is a simple PowerShell cmdlet (Enable-PSRemoting) to enable remoting. This command does the following:
Starting or restarting the WinRM Service
Setting the WinRM service to startup type to Automatic
Creating a listener to accept requests on any IP address
Enabling Windows Firewall inbounds rules exceptions for wm-management traffic
PowerShell Command:
Enable-PSRemoting
Ref: https://blogs.technet.microsoft.com/bruce_adamczak/2013/02/10/windows-2012-core-survival-guide-powershell-remote-management/
https://docs.microsoft.com/en-us/windows-server/administration/server-manager/configure-remote-management-in-server-manager#to-enable-server-manager-remote-management-by-using-the-windows-interface
0
0