![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | list the machines I can connect to via remote desktop. Need a wsh code that does this and also need to know how to do this manually via dos commands. |
My System Specs![]() |
| | #2 (permalink) |
| | Re: list the machines I can connect to via remote desktop. "deostroll" <deostroll@xxxxxx> wrote in message news:c6b896e7-5349-48f7-9ff8-01b1fe989db2@xxxxxx Quote: > Need a wsh code that does this and also need to know how to do this > manually via dos commands. @echo off if exist c:\RDP.txt del c:\RDP.txt for /L %%a in (1,1,254) do ( ping 192.168.1.%%a -n 1 | find /i "bytes=" if not ErrorLevel 1 ( nc -t -n 192.168.1%%a 3389 -v -w 1 if not ErrorLevel 1 echo 192.168.1.%%a >> c:\RDP.txt ) ) You can download nc.exe from here: http://www.securityfocus.com/data/tools/nc11nt.zip. |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| can't connect to remote desktop | Vista General | |||
| Cannot remote desktop, do both machines need to be on same domain? | Vista security | |||
| Remote Desktop won't connect | Network & Sharing | |||
| Remote Desktop will not connect | Vista General | |||
| Remote Desktop Won't connect | Vista General | |||