I found this interesting forum post on the msft forums. This code will help you change all your sites to require secure key exchange.
here's the post: http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=2796017&SiteID=17
Oct
20
Aug
24
This vbscript pings machines from a text file:
change the two variables for your input and output txt files:
strPATHout = "C:\pingstatus.txt"
strPATHin = "C:\pinglist.txt"


