Your network contains an Active Directory domain named contoso.com. The domain
contains a server named Server1. The domain contains a standalone server named Server2
that is located in a perimeter network. Both servers run Windows Server 2012 R2.
You need to manage Server2 remotely from Server1.
What should you do?

A.
From Server1, run the Enable-PsRemotingcmdlet.
B.
From Server2, run the winrm command.
C.
From Server2/ run the Enable-PsRemotingcmdlet.
D.
From Server1, run the winrm command.
This question is confusing but D appears to be the more correct answer as you need to have winrm configured in order to use winrs to remotely manage server2. See http://www.windowsnetworking.com/articles-tutorials/windows-server-2008/How-Windows-Server-2008-WinRM-WinRS.html (I know this link is for Server 2008 but should be the same in 2012)
0
0
WinRM needs to be enabled on both servers. Seems B & C are correct.
0
0
Yeah I felt that way too but you have to think which one is more right cause that’s how Microsoft works (either that or which one is least wrong). I believe they want you to say Server1 because if you don’t run it you can’t use winrs.
0
0
C is the best answer
0
0
https://technet.microsoft.com/en-us/library/hh921475.aspx
Remote management is enabled by default on servers that are running Windows Server 2012
Enable-PSRemoting
https://technet.microsoft.com/en-us/library/hh849694.aspx
I agree with Jordi and C is the answer
0
0
C is not the better answer cause PsRemotingcmdlet is enable by default in windows 2012
0
0
Ninja is right. C would be the best choice if it was a windows server version prior to 2012. Answer is D.
0
0