You need to manage Server2 remotely from Server1

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?

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.



Leave a Reply 7

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

eleven + 20 =


TechGuy

TechGuy

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)

lllukeJ

lllukeJ

WinRM needs to be enabled on both servers. Seems B & C are correct.

TechGuy

TechGuy

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.

Jordi

Jordi

C is the best answer

Ninja

Ninja

C is not the better answer cause PsRemotingcmdlet is enable by default in windows 2012

derp

derp

Ninja is right. C would be the best choice if it was a windows server version prior to 2012. Answer is D.