Re: Ping by name tool

2013-02-27 Thread Richard Stovall
Here's a function from a posh script I run for a completely different purpose that pings all the machines listed in a source text file. Perhaps you could add the other things you need and do it all in powershell. On Wed, Feb 27, 2013 at 1:24 PM, David Lum david@nwea.org wrote: I’m

Re: Ping by name tool

2013-02-27 Thread Richard Stovall
And now for the function... function PingServers { $readfile = get-content $SourceDirectory\serverlist.txt foreach($server in $readfile) { $Alive = get-wmiobject win32_pingstatus -Filter Address='$server' | Select-Object statuscode if($Alive.statuscode -eq 0) { $Server} else { } } } On Wed,

Re: Ping by name tool

2013-02-27 Thread Steven Peck
The BSonPosh module has a ton of stuff similar to this you could use as a starting point http://bsonposh.codeplex.com/ Since it's a script module you can open them up and see how they work as well. On Wed, Feb 27, 2013 at 10:24 AM, David Lum david@nwea.org wrote: I’m looking for a ping

Re: Ping by name tool

2013-02-27 Thread kz20fl
You could do that easily with ping itself and the FOR command Give me some time and I might be able to dig out an example, if no-one else chimes in Sent from my Blackberry, which may be an antique but delivers email RELIABLY -Original Message- From: David Lum david@nwea.org Date:

Re: Ping by name tool

2013-02-27 Thread Steven Peck
oh hey http://www.myitforum.com/forums/m172057-print.aspx 4th reply. Looks to be PowerShell v1 stuff but seems to have what you asked about. $Computer = remotecomputer.domain.com if (($Ping = Get-WmiObject -Class Win32_PingStatus -Filter Address='$Computer').StatusCode -eq 0) { nbtstat -A

Re: Ping by name tool

2013-02-27 Thread kz20fl
To: NT System Admin Issuesntsysadmin@lyris.sunbelt-software.com Reply-To: NT System Admin Issues ntsysadmin@lyris.sunbelt-software.comSubject: Re: Ping by name tool oh hey http://www.myitforum.com/forums/m172057-print.aspx 4th reply. Looks to be PowerShell v1 stuff but seems to have what you

RE: Ping by name tool

2013-02-27 Thread Michael B. Smith
$routine Cannot ping $server. $routine failed after 5 attempts. return $false } From: Steven Peck [mailto:sep...@gmail.com] Sent: Wednesday, February 27, 2013 1:50 PM To: NT System Admin Issues Subject: Re: Ping by name tool oh hey http://www.myitforum.com/forums/m172057

RE: Ping?

2012-09-14 Thread Richard McClary
Would you like something like this? I'd be happy to forward this [whatever] if you wish... [1] 2012-09-13 07:19:50 [Root]system-critical-00441: ICMP ping id=0! From 67.217.67.245 to 63.85.204.146, proto 1 (zone Untrust, int ethernet0/2). Occurred 1 times. [2] 2012-09-13 07:19:47

RE: Ping?

2012-09-14 Thread Maglinger, Paul
Thanks Richard. -Original Message- From: Richard McClary [mailto:richard.mccl...@aspca.org] Sent: Thursday, September 13, 2012 7:26 AM To: NT System Admin Issues Subject: RE: Ping? Would you like something like this? I'd be happy to forward this [whatever] if you wish

Re: Ping?

2012-09-12 Thread Kat Aylward Langan
We saw your post but you are not. On Sep 12, 2012 8:04 PM, Maglinger, Paul pmaglin...@scvl.com wrote: Anyone getting this? I've sent 2 posts and haven't seen either. -Paul ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~

RE: Ping help

2012-07-10 Thread Ziots, Edward
Ziots CISSP, Security +, Network + Security Engineer Lifespan Organization ezi...@lifespan.org -Original Message- From: Kurt Buff [mailto:kurt.b...@gmail.com] Sent: Tuesday, July 03, 2012 1:24 PM To: NT System Admin Issues Subject: Re: Ping help On Tue, Jul 3, 2012 at 10:07 AM, Glen

Re: Ping help

2012-07-03 Thread Richard Stovall
This is very similar to a situation I experienced the other day. It's all in a thread over on the Exchange list (Exchange 2010 AD Topology service weirdness). Unfortunately, I don't have a resolution for you. In addition to the Exchange issue, I saw exactly the same thing with slow logons, slow

Re: Ping help

2012-07-03 Thread Kurt Buff
On Tue, Jul 3, 2012 at 10:07 AM, Glen Johnson gjohn...@vhcc.edu wrote: Need help please. We have 3 x 2008r2 domain controllers. We've been fighting with some unusually slow domain logins and other flakiness for a while. For example navigating between OUs in active directory users and

RE: Ping help

2012-07-03 Thread Glen Johnson
for testing, I uninstalled Symantec AV. Only the AV part, no network threat protection. No change. The hunt continues. -Original Message- From: Kurt Buff [mailto:kurt.b...@gmail.com] Sent: Tuesday, July 03, 2012 1:24 PM To: NT System Admin Issues Subject: Re: Ping help On Tue, Jul 3, 2012

Re: Ping help

2012-07-03 Thread Kurt Buff
is the server. Also, just for testing, I uninstalled Symantec AV. Only the AV part, no network threat protection. No change. The hunt continues. -Original Message- From: Kurt Buff [mailto:kurt.b...@gmail.com] Sent: Tuesday, July 03, 2012 1:24 PM To: NT System Admin Issues Subject: Re

Re: Ping help

2012-07-03 Thread Richard Stovall
Have you checked the IPv6 DNS records for your DCs? Do they look right? On Tue, Jul 3, 2012 at 1:07 PM, Glen Johnson gjohn...@vhcc.edu wrote: Need help please. We have 3 x 2008r2 domain controllers. We've been fighting with some unusually slow domain logins and other flakiness for a while.

RE: Ping attack attempts

2012-06-04 Thread Ziots, Edward
You could always filter the ICMP ECHO type 8 on the firewall which basically will just not respond to these requests. Might be nicer to capture the packets and inspect them to see if anything else is going on.. Z Edward Ziots CISSP, Security +, Network + Security Engineer Lifespan

Re: Ping attack attempts

2012-06-01 Thread Kurt Buff
Yes - live with it. If it's only a a few dozen pings an hour, it isn't worth it. I suppose you could send an email to the owner of the block. It's most likely something like smokeping or other network measurement tool that's been set up incorrectly. Kurt On Fri, Jun 1, 2012 at 11:59 AM,

RE: ping

2012-03-09 Thread Jeff Brown
I thought it was pretty damn funny! And I got the original yesterday, as I presume he did. From: Ben Scott [mailto:mailvor...@gmail.com] Sent: Thursday, March 08, 2012 4:07 PM To: NT System Admin Issues Subject: Re: ping On Thu, Mar 1, 2012 at 10:30 AM, Kurt Buff kurt.b

RE: ping

2012-03-09 Thread Richard McClary
Was it simply coincidence that the original was posted on International Women's Day? From: Jeff Brown [mailto:jbr...@webcoindustries.com] Sent: Friday, March 09, 2012 7:53 AM To: NT System Admin Issues Subject: RE: ping I thought it was pretty damn funny! And I got the original yesterday, as I

Re: ping

2012-03-09 Thread Jonathan Link
*To:* NT System Admin Issues *Subject:* Re: ping ** ** On Thu, *Mar 1*, 2012 at 10:30 AM, Kurt Buff kurt.b...@gmail.com wrote: Nothing at all last night... On Thu, *Mar 8*, 2012 at 9:42 AM, Steven M. Caesare scaes...@caesare.com wrote: Did she use the old headache excuse? Your

RE: ping

2012-03-09 Thread Steven M. Caesare
See? I was so behind on the list I wasn't even aware that messages were being delayed by several days! -sc From: Jeff Brown [mailto:jbr...@webcoindustries.com] Sent: Friday, March 09, 2012 8:53 AM To: NT System Admin Issues Subject: RE: ping I thought it was pretty damn funny! And I

RE: ping

2012-03-09 Thread Steven M. Caesare
That's what SHE said! -sc From: Jonathan Link [mailto:jonathan.l...@gmail.com] Sent: Friday, March 09, 2012 9:02 AM To: NT System Admin Issues Subject: Re: ping Don't encourage him. On Fri, Mar 9, 2012 at 8:52 AM, Jeff Brown jbr...@webcoindustries.com wrote: I thought it was pretty

RE: ping

2012-03-08 Thread Steven M. Caesare
Did she use the old headache excuse? -sc -Original Message- From: Kurt Buff [mailto:kurt.b...@gmail.com] Sent: Thursday, March 01, 2012 10:31 AM To: NT System Admin Issues Subject: ping Nothing at all last night... ~ Finally, powerful endpoint security that ISN'T a resource

Re: ping

2012-03-08 Thread Kurt Buff
rimshot! On Thu, Mar 8, 2012 at 06:42, Steven M. Caesare scaes...@caesare.com wrote: Did she use the old headache excuse? -sc -Original Message- From: Kurt Buff [mailto:kurt.b...@gmail.com] Sent: Thursday, March 01, 2012 10:31 AM To: NT System Admin Issues Subject: ping Nothing

Re: ping

2012-03-08 Thread Ben Scott
On Thu, *Mar 1*, 2012 at 10:30 AM, Kurt Buff kurt.b...@gmail.com wrote: Nothing at all last night... On Thu, *Mar 8*, 2012 at 9:42 AM, Steven M. Caesare scaes...@caesare.com wrote: Did she use the old headache excuse? Your witty response would have been more impressive if it hadn't taken a

RE: ping

2012-03-08 Thread Steven M. Caesare
Scott [mailto:mailvor...@gmail.com] Sent: Thursday, March 08, 2012 5:07 PM To: NT System Admin Issues Subject: Re: ping On Thu, Mar 1, 2012 at 10:30 AM, Kurt Buff kurt.b...@gmail.com wrote: Nothing at all last night... On Thu, Mar 8, 2012 at 9:42 AM, Steven M. Caesare scaes...@caesare.com

RE: ping

2012-03-02 Thread Ziots, Edward
PONG Z Edward Ziots CISSP, Security +, Network + Security Engineer Lifespan Organization ezi...@lifespan.org -Original Message- From: Kurt Buff [mailto:kurt.b...@gmail.com] Sent: Thursday, March 01, 2012 10:31 AM To: NT System Admin Issues Subject: ping Nothing at all last night... ~

Re: ping

2012-03-02 Thread Ben Scott
On Thu, Mar 1, 2012 at 10:30 AM, Kurt Buff kurt.b...@gmail.com wrote: Nothing at all last night... Try www.cupid.com -- Ben ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/ ~ --- To manage subscriptions click

Re: ping

2012-03-02 Thread Ben Scott
On Thu, Mar 1, 2012 at 10:30 AM, Kurt Buff kurt.b...@gmail.com wrote: [ping] On Fri, Mar 2, 2012 at 2:00 PM, Ziots, Edward ezi...@lifespan.org wrote: PONG Wow. Ping latency of 27.5 hours. I would have expected TTL to expire by then. -- Ben ~ Finally, powerful endpoint security that ISN'T

Re: Ping testing tool

2011-11-22 Thread Bob Hartung
This one works pretty good. Can ping multiple hosts and has a nice interface. http://www.nessoft.com/multiping/ -- Bob Hartung Dir of I.T. Wisco Industries, Inc. 736 Janesville St. Oregon, WI 53575 Tel: (608) 835-3106 x215 Fax: (608) 835-7399 e-mail:

Re: Ping testing tool

2011-11-22 Thread Richard Stovall
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 david@nwea.org 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

RE: Ping testing tool

2011-11-22 Thread John Cook
Stovall [mailto:rich...@gmail.com] 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 david@nwea.orgmailto:david

Re: Ping testing tool

2011-11-22 Thread Steven Peck
* *Cell (352) 215-6944* *MCSE, MCP+I, MCTS, CompTIA A+, N+, VSP**4, VTSP4* ** ** *From:* Richard Stovall [mailto:rich...@gmail.com] *Sent:* Tuesday, November 22, 2011 12:35 PM *To:* NT System Admin Issues *Subject:* Re: Ping testing tool ** ** This might be a good

RE: Ping testing tool

2011-11-22 Thread John Cook
...@gmail.com] Sent: Tuesday, November 22, 2011 1:23 PM To: NT System Admin Issues Subject: Re: Ping testing tool 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

RE: Ping testing tool

2011-11-22 Thread Ziots, Edward
email:ezi...@lifespan.org phone:401-639-3505 From: Steven Peck [mailto:sep...@gmail.com] Sent: Tuesday, November 22, 2011 1:23 PM To: NT System Admin Issues Subject: Re: Ping testing tool With PowerShell v2 you'd want to use Test-Connection PS: test-connection -computername server01

Re: Ping testing tool

2011-11-22 Thread Kurt Buff
On Tue, Nov 22, 2011 at 09:21, David Lum david@nwea.org 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. If you want to get

RE: Ping Stu: KnowBe4

2011-04-11 Thread Clark, Tommy R
doubt that port 8000 is allowed on our network. From: bounce-9313812-8239...@lyris.sunbelt-software.com [mailto:bounce-9313812-8239...@lyris.sunbelt-software.com] On Behalf Of Stu Sjouwerman Sent: Friday, April 08, 2011 12:45 PM To: NT System Admin Issues Subject: RE: Ping Stu: KnowBe4 We

RE: Ping Stu: KnowBe4

2011-04-08 Thread Stu Sjouwerman
] Sent: Tuesday, April 05, 2011 11:17 AM To: NT System Admin Issues Subject: RE: Ping Stu: KnowBe4 Looks like loading core.js, main.js, transformer.js, validator.js, and messages.js from 2ri.static.w2l.gurl.im:8000 is timing out and delaying the page load. From: bounce-9311516-8239

Re: Ping Stu: KnowBe4

2011-04-08 Thread Micheal Espinola Jr
11:17 AM *To:* NT System Admin Issues *Subject:* RE: Ping Stu: KnowBe4 Looks like loading core.js, main.js, transformer.js, validator.js, and messages.js from 2ri.static.w2l.gurl.im:8000 is timing out and delaying the page load. *From:* bounce-9311516-8239...@lyris.sunbelt-software.com

RE: Ping Stu: KnowBe4

2011-04-08 Thread Sam Cayze
Wait, Ad-Block was causing it? I solved it by enabling adblock filtering on your domain. -Sam From: Stu Sjouwerman [mailto:s...@sunbelt-software.com] Sent: Friday, April 08, 2011 11:45 AM To: NT System Admin Issues Subject: RE: Ping Stu: KnowBe4 We figured out what this was. It's

Re: Ping Stu: KnowBe4

2011-04-08 Thread Micheal Espinola Jr
filtering on your domain… -Sam *From:* Stu Sjouwerman [mailto:s...@sunbelt-software.com] *Sent:* Friday, April 08, 2011 11:45 AM *To:* NT System Admin Issues *Subject:* RE: Ping Stu: KnowBe4 We figured out what this was. It's a browser add-in some people use called AdBlock

RE: Ping Stu: KnowBe4

2011-04-08 Thread Sam Cayze
Issues Subject: Re: Ping Stu: KnowBe4 Not speaking for this circumstance, but ad-blocking can cause page load delays when something has been written incorrectly or intentionally to do so. -- ME2 On Fri, Apr 8, 2011 at 10:13 AM, Sam Cayze sca...@gmail.com wrote: Wait, Ad-Block

RE: Ping Stu: KnowBe4

2011-04-08 Thread Sam Cayze
Still confused. It was doing it for me on Chrome too. Just checked - I don't have Adblock installed on Chrome. From: Sam Cayze [mailto:sca...@gmail.com] Sent: Friday, April 08, 2011 1:12 PM To: 'NT System Admin Issues' Subject: RE: Ping Stu: KnowBe4 I guess I could fathom it. What

Re: Ping Stu: KnowBe4

2011-04-08 Thread Micheal Espinola Jr
anything for that page? Does it still do something behind the scenes that would mess it up?) *From:* Micheal Espinola Jr [mailto:michealespin...@gmail.com] *Sent:* Friday, April 08, 2011 12:33 PM *To:* NT System Admin Issues *Subject:* Re: Ping Stu: KnowBe4 Not speaking

Re: Ping Stu: KnowBe4

2011-04-08 Thread Micheal Espinola Jr
for that page? Does it still do something behind the scenes that would mess it up?) *From:* Micheal Espinola Jr [mailto:michealespin...@gmail.com] *Sent:* Friday, April 08, 2011 12:33 PM *To:* NT System Admin Issues *Subject:* Re: Ping Stu: KnowBe4 Not speaking for this circumstance

RE: Ping Stu: KnowBe4

2011-04-05 Thread Clark, Tommy R
Looks like loading core.js, main.js, transformer.js, validator.js, and messages.js from 2ri.static.w2l.gurl.im:8000 is timing out and delaying the page load. From: bounce-9311516-8239...@lyris.sunbelt-software.com [mailto:bounce-9311516-8239...@lyris.sunbelt-software.com] On Behalf Of Sam

RE: Ping...

2010-05-27 Thread David W. McSpadden
Pong... -Original Message- From: Maglinger, Paul [mailto:pmaglin...@scvl.com] Sent: Thursday, May 27, 2010 12:13 PM To: NT System Admin Issues Subject: Ping... Sorry for the ping, but I don't think I'm getting messages back that I'm sending to the list. Either that or the message isn't

RE: Ping...

2010-05-27 Thread Mathew Shember
Ping... -Original Message- From: David W. McSpadden [mailto:dav...@imcu.com] Sent: Thursday, May 27, 2010 9:15 AM To: NT System Admin Issues Subject: RE: Ping... Pong... -Original Message- From: Maglinger, Paul [mailto:pmaglin...@scvl.com] Sent: Thursday, May 27, 2010 12:13 PM

RE: Ping...

2010-05-27 Thread Steven M. Caesare
(CC'd you directly) I saw it on-list.. -sc -Original Message- From: Maglinger, Paul [mailto:pmaglin...@scvl.com] Sent: Thursday, May 27, 2010 12:13 PM To: NT System Admin Issues Subject: Ping... Sorry for the ping, but I don't think I'm getting messages back that I'm sending to

Re: Ping...

2010-05-27 Thread Sean Houston
I like how you don't just assume we're all ignoring you... On Thu, May 27, 2010 at 12:13 PM, Maglinger, Paul pmaglin...@scvl.comwrote: Sorry for the ping, but I don't think I'm getting messages back that I'm sending to the list. Either that or the message isn't making it to the list to begin

Re: Ping...

2010-05-27 Thread Steve Ens
tabletennis ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/ ~

RE: Ping...

2010-05-27 Thread Maglinger, Paul
[mailto:seanthous...@gmail.com] Sent: Thursday, May 27, 2010 11:20 AM To: NT System Admin Issues Subject: Re: Ping... I like how you don't just assume we're all ignoring you... On Thu, May 27, 2010 at 12:13 PM, Maglinger, Paul pmaglin...@scvl.com wrote: Sorry for the ping, but I don't think I'm

Re: Ping...

2010-05-27 Thread Richard Stovall
Tough crowd. Gotta have thick skin to play here... On Thu, May 27, 2010 at 12:19 PM, Sean Houston seanthous...@gmail.comwrote: I like how you don't just assume we're all ignoring you... On Thu, May 27, 2010 at 12:13 PM, Maglinger, Paul pmaglin...@scvl.comwrote: Sorry for the ping, but I

Re: Ping...

2010-05-27 Thread Dave Florea
Pong --Original Message-- From: Mathew Shember To: NT System Admin Issues ReplyTo: NT System Admin Issues Subject: RE: Ping... Sent: May 27, 2010 9:16 AM Ping... -Original Message- From: David W. McSpadden [mailto:dav...@imcu.com] Sent: Thursday, May 27, 2010 9:15 AM To: NT

Re: Ping...

2010-05-27 Thread Manuel Santos
The machine that goes Ping... 2010/5/27 Dave Florea blazer...@gmail.com Pong --Original Message-- From: Mathew Shember To: NT System Admin Issues ReplyTo: NT System Admin Issues Subject: RE: Ping... Sent: May 27, 2010 9:16 AM Ping... -Original Message- From: David W

Re: Ping...

2010-05-27 Thread Jonathan Link
Issues ReplyTo: NT System Admin Issues Subject: RE: Ping... Sent: May 27, 2010 9:16 AM Ping... -Original Message- From: David W. McSpadden [mailto:dav...@imcu.com] Sent: Thursday, May 27, 2010 9:15 AM To: NT System Admin Issues Subject: RE: Ping... Pong... -Original Message

RE: Ping...

2010-05-27 Thread Andy Shook
And the irony of that just kills me Shook From: Jonathan Link [mailto:jonathan.l...@gmail.com] Sent: Thursday, May 27, 2010 1:17 PM To: NT System Admin Issues Subject: Re: Ping... As I recall, OOO's seem to be more common on the Exchange list... On Thu, May 27, 2010 at 12:33 PM, Manuel

Re: Ping...

2010-05-27 Thread Steven Peck
Issues Subject: Re: Ping... As I recall, OOO's seem to be more common on the Exchange list... On Thu, May 27, 2010 at 12:33 PM, Manuel Santos nel...@gmail.com wrote: The machine that goes Ping... 2010/5/27 Dave Florea blazer...@gmail.com Pong --Original Message-- From: Mathew

RE: Ping...

2010-05-27 Thread Raper, Jonathan - Eagle
[mailto:nel...@gmail.com] Sent: Thursday, May 27, 2010 12:33 PM To: NT System Admin Issues Subject: Re: Ping... The machine that goes Ping... 2010/5/27 Dave Florea blazer...@gmail.commailto:blazer...@gmail.com Pong --Original Message-- From: Mathew Shember To: NT System Admin Issues ReplyTo

RE: Ping...

2010-05-27 Thread Webster
We can all hope and pray Shooky Baby! J Webster From: Andy Shook [mailto:andy.sh...@peak10.com] Subject: RE: Ping... And the irony of that just kills me.. Shook From: Jonathan Link [mailto:jonathan.l...@gmail.com] Subject: Re: Ping... As I recall, OOO's seem to be more

RE: Ping...

2010-05-27 Thread Andy Shook
That's just mean Shook From: Webster [mailto:carlwebs...@gmail.com] Sent: Thursday, May 27, 2010 1:31 PM To: NT System Admin Issues Subject: RE: Ping... We can all hope and pray Shooky Baby! :) Webster From: Andy Shook [mailto:andy.sh...@peak10.com] Subject: RE: Ping... And the irony

Re: Ping...

2010-05-27 Thread Sherry Abercrombie
LOL, thanks Webster, you just made me laugh out loud!! On Thu, May 27, 2010 at 12:30 PM, Webster carlwebs...@gmail.com wrote: We can all hope and pray Shooky Baby! J Webster *From:* Andy Shook [mailto:andy.sh...@peak10.com] *Subject:* RE: Ping... And the irony of that just kills

RE: Ping...

2010-05-27 Thread Webster
mean as in that is average for me? J Webster From: Andy Shook [mailto:andy.sh...@peak10.com] Subject: RE: Ping... That's just mean.. Shook From: Webster [mailto:carlwebs...@gmail.com] Subject: RE: Ping... We can all hope and pray Shooky Baby! J Webster From

Re: Ping...

2010-05-27 Thread Angus Scott-Fleming
On 27 May 2010 at 11:13, Maglinger, Paul wrote: Sorry for the ping, but I don't think I'm getting messages back that I'm sending to the list. Either that or the message isn't making it to the list to begin with, in which case I won't get any replies because y'all won't see it. When I

RE: Ping...

2010-05-27 Thread Maglinger, Paul
Why do you guys do this to me... I have too much to do than be distracted by this! J From: Raper, Jonathan - Eagle [mailto:jra...@eaglemds.com] Sent: Thursday, May 27, 2010 12:31 PM To: NT System Admin Issues Subject: RE: Ping... http://www.ugoplayer.com/games/pong.html Jonathan

RE: Ping...

2010-05-27 Thread Maglinger, Paul
Good idea. Glad I thought of it! -Original Message- From: Angus Scott-Fleming [mailto:angu...@geoapps.com] Sent: Thursday, May 27, 2010 2:11 PM To: NT System Admin Issues Subject: Re: Ping... On 27 May 2010 at 11:13, Maglinger, Paul wrote: Sorry for the ping, but I don't think I'm

RE: Ping...

2010-05-27 Thread Raper, Jonathan - Eagle
From: Maglinger, Paul [pmaglin...@scvl.com] Sent: Thursday, May 27, 2010 3:38 PM To: NT System Admin Issues Subject: RE: Ping... Why do you guys do this to me… I have too much to do than be distracted by this! :) From: Raper, Jonathan - Eagle [mailto:jra...@eaglemds.com

RE: PING on W2K8 server uisng IPv6?

2009-11-04 Thread Miller Bonnie L .
-Original Message- From: Christopher Bodnar [mailto:christopher_bod...@glic.com] Sent: Tuesday, November 03, 2009 2:08 PM To: NT System Admin Issues Subject: RE: PING on W2K8 server uisng IPv6? Funny you mention that. I've got a friend at MS who I just asked this question to, and he gave me

RE: PING on W2K8 server uisng IPv6?

2009-11-03 Thread Malcolm Reitz
How about: C:ping -4 MYSERVER -Malcolm -Original Message- From: Christopher Bodnar [mailto:christopher_bod...@glic.com] Sent: Tuesday, November 03, 2009 11:12 AM To: NT System Admin Issues Subject: PING on W2K8 server uisng IPv6? OK so if I ping the localhost on a W2K8 box by hostname

RE: PING on W2K8 server uisng IPv6?

2009-11-03 Thread Michael B. Smith
[christopher_bod...@glic.com] Sent: Tuesday, November 03, 2009 5:07 PM To: NT System Admin Issues Subject: RE: PING on W2K8 server uisng IPv6? Funny you mention that. I've got a friend at MS who I just asked this question to, and he gave me a very similar answer. It seems internally the word is never turn

RE: PING on W2K8 server uisng IPv6?

2009-11-03 Thread Christopher Bodnar
System Admin Issues Subject: RE: PING on W2K8 server uisng IPv6? Hmmm... ours don't seem to do that, but we've disabled IPv6 since we're not using it yet. Are you trying to run both protocols, but get it to default to IPv4? If so, have you tried changing the binding order on the NIC so that IPv4

RE: PING on W2K8 server uisng IPv6?

2009-11-03 Thread Peter Schwarz
System Admin Issues Subject: RE: PING on W2K8 server uisng IPv6? We disable IPv6 as part of our build procedure. Binding order shows IPv4 first. Not sure what is up here. Doesn't seem to be affecting anything, but I'd love to track down what is causing this. Thanks, Chris Bodnar, MCSE Sr. Systems

Re: Ping Shazad: Data replication in real-time (or near real-time)

2009-07-24 Thread Shazad Anwar
Hi Sam, I'm not using partial file updating myself but I've seen it used on 1TB file server where it was able to handle 5GB files (TrueCrypt). I would try emailing the developer as he's usually very helpful. Shazad On 23 Jul 2009, at 22:12, Sam Cayze wrote: Are you using Partial File

RE: Ping?

2009-07-18 Thread Maglinger, Paul
http://www.tshirtoutlet.com/8118ny.html -Original Message- From: Tim Vander Kooi [mailto:tvanderk...@expl.com] Sent: Friday, July 17, 2009 4:23 PM To: NT System Admin Issues Subject: RE: Ping? That's what they said the last time you were hunting and the banjo music stopped... TVK

Re: Ping?

2009-07-18 Thread Kurt Buff
System Admin Issues Subject: RE: Ping? That's what they said the last time you were hunting and the banjo music stopped... TVK -Original Message- From: Andy Shook [mailto:andy.sh...@peak10.com] Sent: Friday, July 17, 2009 4:18 PM To: NT System Admin Issues Subject: RE: Ping

Re: Ping?

2009-07-17 Thread James Kerr
PONG! - Original Message - From: Maglinger, Paul pmaglin...@scvl.com To: NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com Sent: Friday, July 17, 2009 11:38 AM Subject: Ping? Paul ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~

RE: Ping?

2009-07-17 Thread Mike French
Ping request could not find host. Please check the name and try again. -Original Message- From: Maglinger, Paul [mailto:pmaglin...@scvl.com] Sent: Friday, July 17, 2009 10:39 AM To: NT System Admin Issues Subject: Ping? Paul ~ Finally, powerful endpoint security that ISN'T a resource

Re: Ping?

2009-07-17 Thread Ben Scott
On Fri, Jul 17, 2009 at 11:38 AM, Maglinger, Paulpmaglin...@scvl.com wrote: ICMP ECHO_REPLY ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/ ~

Re: Ping?

2009-07-17 Thread Orland, Kathleen
We're sorry, the number you have reached is not in service. Please hang up and try again. - Original Message - From: Maglinger, Paul pmaglin...@scvl.com To: NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com Sent: Friday, July 17, 2009 11:38 AM Subject: Ping? Paul ~

Re: Ping?

2009-07-17 Thread Brian Richards
'ping?' is not recognized as an internal or external command, operable program or batch file. Brian MCSE and stuff - Original Message - From: Maglinger, Paul pmaglin...@scvl.com To: NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com Sent: Friday, July 17, 2009 11:38 AM

RE: Ping?

2009-07-17 Thread Bob Fronk
Give me a ping, Vasili. One ping only, please. -- Bob -Original Message- From: Maglinger, Paul [mailto:pmaglin...@scvl.com] Sent: Friday, July 17, 2009 11:39 AM To: NT System Admin Issues Subject: Ping? Paul ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~

RE: Ping?

2009-07-17 Thread Bill Lambert
in milliseconds to wait for each reply. H:\ Bill Lambert Concuity 847-941-9206 From: Brian Richards [mailto:locomotive_breath_...@yahoo.com] Sent: Friday, July 17, 2009 12:02 PM To: NT System Admin Issues Subject: Re: Ping? 'ping?' is not recognized as an internal or external command

RE: Ping?

2009-07-17 Thread Miller, Michael
Oh man... Just do ping /? And it will bring up the commands. From: Bill Lambert [mailto:blamb...@concuity.com] Sent: Friday, July 17, 2009 1:12 PM To: NT System Admin Issues Subject: RE: Ping? H:\ping /? Usage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL

Re: Ping?

2009-07-17 Thread Peter van Houten
You'll surely know what it is if you are a diver and you be messing with Nemo when you are supposed to be topside. The transducer which we lowered from the hull of our Navy frigate was rated at 250 watts and in water that is a lot of sound... -- Peter van Houten - Original Message -

Re: Ping?

2009-07-17 Thread Micheal Espinola Jr
pong pa pong-pong-pon... -- ME2 On Fri, Jul 17, 2009 at 11:38 AM, Maglinger, Paulpmaglin...@scvl.com wrote: Paul ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~ ~ Finally, powerful endpoint security

RE: Ping?

2009-07-17 Thread Ziots, Edward
[mailto:michealespin...@gmail.com] Sent: Friday, July 17, 2009 1:15 PM To: NT System Admin Issues Subject: Re: Ping? pong pa pong-pong-pon... -- ME2 On Fri, Jul 17, 2009 at 11:38 AM, Maglinger, Paulpmaglin...@scvl.com wrote: Paul ~ Finally, powerful endpoint security that ISN'T

RE: Ping?

2009-07-17 Thread Steven M. Caesare
THfRO! Man I'm good -sc -Original Message- From: Bob Fronk b...@btrfronk.com Sent: Friday, July 17, 2009 1:06 PM To: NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com Subject: RE: Ping? Give me a ping, Vasili. One ping only, please. -- Bob -Original Message

RE: Ping?

2009-07-17 Thread Sam Cayze
Ping noun 1: a river in western Thailand; a major tributary of the Chao Phraya [syn: {Ping River}] 2: a sharp high-pitched resonant sound (as of a sonar echo or a bullet striking metal) ALSO: The funniest use of 'ping' to date was described in January 1991 by Steve Hayman on the Usenet group

Re: Ping?

2009-07-17 Thread Don Kuhlman
-software.com Sent: Friday, July 17, 2009 12:33:31 PM Subject: RE: Ping? Ping noun 1: a river in western Thailand; a major tributary of the Chao Phraya [syn: {Ping River}] 2: a sharp high-pitched resonant sound (as of a sonar echo or a bullet striking metal) ALSO: The funniest use of 'ping' to date

Re: Ping?

2009-07-17 Thread Micheal Espinola Jr
Awesome ref... -- ME2 On Fri, Jul 17, 2009 at 1:05 PM, Bob Fronkb...@btrfronk.com wrote: Give me a ping, Vasili. One ping only, please. -- Bob -Original Message- From: Maglinger, Paul [mailto:pmaglin...@scvl.com] Sent: Friday, July 17, 2009 11:39 AM To: NT System Admin

RE: Ping?

2009-07-17 Thread Cameron Cooper
PM To: NT System Admin Issues Subject: Re: Ping? You'll surely know what it is if you are a diver and you be messing with Nemo when you are supposed to be topside. The transducer which we lowered from the hull of our Navy frigate was rated at 250 watts and in water that is a lot of sound

Re: Ping?

2009-07-17 Thread Orland, Kathleen
Does anyone remember... ping Ping PING - Richochet Rabbit? - Original Message - From: Don Kuhlman drkuhl...@yahoo.com To: NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com Sent: Friday, July 17, 2009 1:46 PM Subject: Re: Ping? How about as a business buzzword - I'm getting

Re: Ping?

2009-07-17 Thread David W. McSpadden
Exit stage left... - Original Message - From: Orland, Kathleen korl...@rogers.com To: NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com Sent: Friday, July 17, 2009 2:55 PM Subject: Re: Ping? Does anyone remember... ping Ping PING - Richochet Rabbit? - Original Message

Re: Ping?

2009-07-17 Thread Sherry Abercrombie
, July 17, 2009 1:46 PM Subject: Re: Ping? How about as a business buzzword - I'm getting Pinged by everyone for status on your issue...Please Ping me when you get a chance so we can go over the plan... Don K - Original Message From: Sam Cayze sam.ca...@rollouts.com To: NT

RE: Ping?

2009-07-17 Thread Steven M. Caesare
Wasn't that Snagglepus? -sc -Original Message- From: David W. McSpadden [mailto:dav...@imcu.org] Sent: Friday, July 17, 2009 3:00 PM To: NT System Admin Issues Subject: Re: Ping? Exit stage left... - Original Message - From: Orland, Kathleen korl...@rogers.com To: NT

RE: Ping?

2009-07-17 Thread Kim Longenbaugh
I thought it was bing, bing bing that richochet rabbit liked to say. Yeah, Misfit, that was Snagglepus. -Original Message- From: Steven M. Caesare [mailto:scaes...@caesare.com] Sent: Friday, July 17, 2009 2:14 PM To: NT System Admin Issues Subject: RE: Ping? Wasn't that Snagglepus? -sc

RE: Ping?

2009-07-17 Thread Steven M. Caesare
It changes with my mood. Now it's Miscreant. -sc -Original Message- From: Kim Longenbaugh [mailto:k...@colonialsavings.com] Sent: Friday, July 17, 2009 3:17 PM To: NT System Admin Issues Subject: RE: Ping? I thought it was bing, bing bing that richochet rabbit liked to say

RE: Ping?

2009-07-17 Thread paul chinnery
Meh. I knew that one. Did you know that Clancy finally found a publisher for it since everybody else turned it down? It turned out to be the best selling book the Naval Institute Press ever had. From: scaes...@caesare.com Subject: RE: Ping? Date: Fri, 17 Jul 2009 13:34:40 -0400

RE: Ping?

2009-07-17 Thread Steven M. Caesare
I did not. Great stuff from that bunch of seamen. -sc From: paul chinnery [mailto:pdw1...@hotmail.com] Sent: Friday, July 17, 2009 3:27 PM To: NT System Admin Issues Subject: RE: Ping? Meh. I knew that one. Did you know that Clancy finally found a publisher for it since

  1   2   >