With PowerShell v2 you'd want to use Test-Connection PS:> test-connection -computername server01, server02, server12
Of course, you'd have to build in the data collection and the delay. For the delay you could use Start-Sleep -s 15 Steven Peck http://www.blkmtn.org On Tue, Nov 22, 2011 at 9:56 AM, John Cook <[email protected]> wrote: > Like this**** > > http://ict-freak.nl/2009/06/02/powershell-script-to-ping-servers/ **** > > ** ** > > *John W. Cook***** > > *System Administrator***** > > *Partnership For Strong Families* > > *5950 NW 1st Place* > > *Gainesville, Fl 32607* > > *Office (352) 244-1610***** > > *Cell (352) 215-6944***** > > *MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP**4, VTSP4***** > > ** ** > > *From:* Richard Stovall [mailto:[email protected]] > *Sent:* Tuesday, November 22, 2011 12:35 PM > > *To:* NT System Admin Issues > *Subject:* Re: Ping testing tool**** > > ** ** > > This might be a good powershell project if you haven't gotten your hands > dirty with it yet.**** > > On Tue, Nov 22, 2011 at 12:21 PM, David Lum <[email protected]> wrote:*** > * > > Anyone have a favorite free ping test tool? I am looking for pinging a few > hosts every 15 seconds and give me an up/down as well as response and > average over the last xx period of time. No alerting necessary.**** > > *David Lum* > Systems Engineer // NWEATM > Office 503.548.5229 //* *Cell (voice/text) 503.267.9764**** > > **** > > ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ > ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~ > > --- > To manage subscriptions click here: > http://lyris.sunbelt-software.com/read/my_forums/ > or send an email to [email protected] > with the body: unsubscribe ntsysadmin**** > > ** ** > > ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ > ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~ > > --- > To manage subscriptions click here: > http://lyris.sunbelt-software.com/read/my_forums/ > or send an email to [email protected] > with the body: unsubscribe ntsysadmin**** > > ------------------------------ > CONFIDENTIALITY STATEMENT: The information transmitted, or contained or > attached to or with this Notice is intended only for the person or entity > to which it is addressed and may contain Protected Health Information > (PHI), confidential and/or privileged material. Any review, transmission, > dissemination, or other use of, and taking any action in reliance upon this > information by persons or entities other than the intended recipient > without the express written consent of the sender are prohibited. This > information may be protected by the Health Insurance Portability and > Accountability Act of 1996 (HIPAA), and other Federal and Florida laws. > Improper or unauthorized use or disclosure of this information could result > in civil and/or criminal penalties. > Consider the environment. Please don't print this e-mail unless you really > need to. > > This email and any attached files are confidential and intended solely for > the intended recipient(s). If you are not the named recipient you should > not read, distribute, copy or alter this email. Any views or opinions > expressed in this email are those of the author and do not represent those > of the company. Warning: Although precautions have been taken to make sure > no viruses are present in this email, the company cannot accept > responsibility for any loss or damage that arise from the use of this email > or attachments. > > ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ > ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~ > > --- > To manage subscriptions click here: > http://lyris.sunbelt-software.com/read/my_forums/ > or send an email to [email protected] > with the body: unsubscribe ntsysadmin > ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~ --- To manage subscriptions click here: http://lyris.sunbelt-software.com/read/my_forums/ or send an email to [email protected] with the body: unsubscribe ntsysadmin
