Link to home
Start Free TrialLog in
Avatar of Bigjohn-s
Bigjohn-s

asked on

netstat info from remote computer?

I have several win2k workstations on a lan, and I would like to be able to get NETSTAT -a information from a remote (not the one I'm sitting at) PC.

Is this possible?  Sorry if it's FAQ, but when I search it tells me I have to register for premium services to read any of the returned search results.

John
ASKER CERTIFIED SOLUTION
Avatar of dlwyatt82
dlwyatt82
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dgroscost
dgroscost

Or schedule a task to run a batch file that does the following:

Netstat -a > C:\netstat.txt
exit
Avatar of Bigjohn-s

ASKER

That was gerat.  I've been googling all day, and turning up pages of nothing.  sysinternals package is exactly what I needed.

John