Windows Server 2000/2003 Thread, Pinging computers in Active Directory in Technical; Hi all, I'm very much hoping one of you can help me with this
Its as title says, I have ...
-
14th May 2010, 10:03 AM #1
- Rep Power
- 0
-
-
IDG Tech News
-
14th May 2010, 10:20 AM #2 Try looking at the code for "ICTNUT's My Little Server Monitor" on here mate, we have a page setup for all our server, printers, switches, access points etc. We can easily see whats online.
-
-
14th May 2010, 10:21 AM #3 in ad users and computers go to the appropriate ou and right click export
get all the irrelevant info from the file so its just the pcnames with a blank line between
batch file in same folder as the txt file
for /f %%u in (listofcomputers.txt) do (ping %%u )
works for me not sure what use it is but it works
-
-
14th May 2010, 01:28 PM #4 If they are in differnt OU's create a new query (go to the "saved queries" folder) instaed of using the Search. You then get a list you can export to a text file.
You can then open the list in excel. Using Excel formula's you can create commmand for each PC (I use Code:
ping PCNAME -w 5 >> h:\pingres\pingres.txt
). copy and paste your formula into a text file and then rename it a .bat file.
I run this when my updates are runing to see which PC's are on, the results are then appended to a file for me to check when I get in.
-
-
14th May 2010, 01:29 PM #5
- Rep Power
- 0

Originally Posted by
Stuart_C
If they are in differnt OU's create a new query (go to the "saved queries" folder) instaed of using the Search. You then get a list you can export to a text file.
You can then open the list in excel. Using Excel formula's you can create commmand for each PC (I use
Code:
ping PCNAME -w 5 >> h:\pingres\pingres.txt
). copy and paste your formula into a text file and then rename it a .bat file.
I run this when my updates are runing to see which PC's are on, the results are then appended to a file for me to check when I get in.
This is what I did and it worked perfectly 
Thanks for yoru replys
-
-
14th May 2010, 01:30 PM #6 You can ping via hostname, but only as long as DNS is up to date and they are online.
-
SHARE: 
Similar Threads
-
By NotVeryPC in forum Mac
Replies: 6
Last Post: 31st May 2011, 08:05 AM
-
By AlexPilot in forum Windows
Replies: 10
Last Post: 29th July 2010, 08:31 AM
-
By steveo2000 in forum Mac
Replies: 0
Last Post: 6th April 2009, 10:26 PM
-
By Hamzah in forum Windows Server 2000/2003
Replies: 5
Last Post: 26th March 2009, 07:26 PM
-
Replies: 7
Last Post: 31st January 2008, 12:17 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules