Which command should you run from Server1?

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 a list of the active TCP connections on Server2.
Which command should you run from Server1?

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 a list of the active TCP connections on Server2.
Which command should you run from Server1?

A.
winrm get server2

B.
netstat> server2

C.
dsquery * -scope base -attrip,server2

D.
winrs -r:server2netstat



Leave a Reply 3

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


joep

joep

winrm quickconfig is for setting up Windows Remote management.

Netstat is the program you use to see all the connections.

dsquery is for domain lookups.

D is correct winrs to connect to the remote server and then perform netstat.

ROBBER

ROBBER

winrs -r:server2 netstat With that space ofc.