Your network contains an Active Directory domain named contoso.com. The domain
contains two member servers named Server1 and Server2 that run Windows Server 2012
R2.
You log on to Server1.
You need to retrieve the IP configurations of Server2.
Which command should you run from Server1?
A.
winrm get server2
B.
dsquery • -scope base -attrip/server2
C.
winrs -r:server2ipconfig
D.
ipconfig> server2.ip
Explanation:
Windows Remote Management allows you to manage and execute programs remotely
Incorrect answers:
B) winrm is the server side services for remote mgmt
C) This command will not display the IP configurations.
D) Would output server1 ipconfig info to server2.ip file
References:
Exam Ref 70-410: Installing and Configuring Windows Server 2012: Objective 4.3: Deploy
and Configure the DNS service, Chapter 4 Deploying and Configuring core network services,
p. 246
http://technet.microsoft.com/en-us/library/dd349801(v=ws.10).aspx
answer should be B. winrs -r:server2 ipconfig
KK is correct WinRS, but I see its C
Answer C, winrs -r:server2 ipconfig
Answer C is indeed the correct one
C, winrs
why are none of the answers from clicking “show answer” correct?
I see C as the correct answer