RE: MS tools and resource communications - was: IIS reporting/monitoring free tool

2013-03-04 Thread itli...@imcu.com
Awesome responses guys.  I had a funeral to attend to so this morning
was my first chance to read through this stuff.  Will check some of the
links and see what I can get going.

I really appreciate you all and if credit is due, I am giving it ahead
of time because I will forget later.

Thanks again.

David

 

From: Steven Peck [mailto:sep...@gmail.com] 
Posted At: Thursday, February 28, 2013 7:13 PM
Posted To: itli...@imcu.com
Conversation: MS tools and resource communications - was: IIS
reporting/monitoring free tool
Subject: Re: MS tools and resource communications - was: IIS
reporting/monitoring free tool

 

Don't make me pull out my joke tags!

On Thu, Feb 28, 2013 at 4:00 PM, Ken Schaefer k...@adopenstatic.com
wrote:

Not sure if you're j/king re Hanselman. He definitely works for MS -
has a fairly senior role in the Web Tools and Platform team

 

Cheers

Ken

 

From: Steven Peck [mailto:sep...@gmail.com] 
Sent: Friday, 1 March 2013 10:48 AM


To: NT System Admin Issues

Subject: MS tools and resource communications - was: IIS
reporting/monitoring free tool

 

I've known about it for years and have mentioned it a time or two on
this list.  :)

I worked with some of the MS folks on some stuff they sponsored for in
the Open Source community and they just cannot get credit for the stuff
they do without angry people and rioters showing up to burn the place
down.

 

Of course for a while I heavily supported a web developer community
(Drupal) so was aware of a lot of web focused tools.  It was also
mentioned in various podcasts and videos are part of an overall tool set
from MS.  It was more mentioned when the Firebug tool came out years
ago.  However when that happened all the Firebug advocates could say was
'copy' or well but I don't use IE or something else and promptly dismiss
it.

 

Some random links regarding it just cause:   :)

 

TechNet

http://msdn.microsoft.com/en-us/library/ie/gg589507(v=vs.85).aspx

Scott Hanselman - I think he has something to do with MS, not sure...
small obscure role maybe.  I think he posts random stuff.

http://www.hanselman.com/blog/TheInternetIsNotABlackBoxLookInside.aspx

 

On the IE8 announcement page there is a mention of it. (Not digging up
IE9 :)

http://www.microsoft.com/web/platform/tools-ie.aspx?templang=fr-ch

 

-

 

MS just can't get buzz on some things when every time they try the
Internets jump on and devolve it into a giant bonfire of a comment fest.
It doesn't help that they are so large and have so many different voices
and outlets. 

 

They have been doing much better in the last few years trying to build
communities around interests and specialties and MVPs but they are so
large it's challenging and often from our perspective there are missteps
and so much over all noise that really cool or neat things get lost or
missed.

 

So, in the interests of communications, if you weren't aware here are
some additional sources of information.  :)

 

TechNet wiki is a nice place depending on the technology you support
lots of additional content there and the ability to add to it yourself
and edit.  Channel9 has tons of awesome resources and shows such as
Defrag Tools, Various Jump Start series, TechEd videos, BUILD conference
videos.

 

http://social.technet.microsoft.com/wiki/ - TechNet Wiki

http://channel9.msdn.com/Shows/Defrag-Tools Each Defrag Tools show
focuses on a specific tool

http://channel9.msdn.com/coding4fun - tons of shows and JumpStart series
and random projects

http://channel9.msdn.com/Events/Build

http://channel9.msdn.com/Browse/Series

http://channel9.msdn.com/Browse/Shows

http://channel9.msdn.com/Events/TechEd

http://channel9.msdn.com/Browse/Events?sort=recent

 

 

I have a bunch of links to 'training type' video's, test lab guides,
virtual labs and resources linked here as well :
http://www.blkmtn.org/Microsoft_Private_Cloud_Training-Videos


Steven Peck

http://www.blkmtn.org


 

On Thu, Feb 28, 2013 at 2:41 PM, kz2...@googlemail.com wrote:

I'm quite impressed with that too. Shows how good MS are at
publicizing good features they develop (i.e. not at all)

Sent from my Blackberry, which may be an antique but delivers
email RELIABLY



From: Maglinger, Paul pmaglin...@scvl.com
mailto:pmaglin...@scvl.com  

Date: Thu, 28 Feb 2013 22:36:10 +

To: NT System Admin Issuesntsysadmin@lyris.sunbelt-software.com
mailto:ntsysadmin@lyris.sunbelt-software.com 

ReplyTo: NT System Admin Issues
ntsysadmin@lyris.sunbelt-software.com
mailto:ntsysadmin@lyris.sunbelt-software.com 

Subject: RE: IIS reporting/monitoring free tool

 

Damn.  You had to show me that.  Now I can't bad mouth IE quite
as much as I used to.

 

From: Steven Peck [mailto:sep...@gmail.com
mailto:sep...@gmail.com ] 
Sent: Thursday, February 28, 2013 3:24 PM
To: NT System Admin Issues
Subject: Re: IIS reporting

RE: IIS reporting/monitoring free tool

2013-02-28 Thread itli...@imcu.com
That is basically it.  The application developer says that brute force
testing on my server shows response time for 1000 pages on 10 accounts
concurrently have an average 1.55 second response with is below their
required 2.00 response.  But the users are showing as much as 5 minutes
from Get to Post. On their workstation on a 10/100 switch.  No WAN
traffic all on the same LAN and same SWITCH for 20 of the 23 users.  So
I am game for anything I can do to show the developer there are issues
my users can not live with.

But for now I am limited to their tools and their results.

Thanks for all the help.

 

 

From: Ken Schaefer [mailto:k...@adopenstatic.com] 
Posted At: Wednesday, February 27, 2013 5:01 PM
Posted To: itli...@imcu.com
Conversation: IIS reporting/monitoring free tool
Subject: RE: IIS reporting/monitoring free tool

 

The best way you are going to get a true picture of this if is you run
the tool on the client machine, or at the client's location. Not on the
server.

 

On the server you can look at the Time-Taken field in the IIS logs to
get some idea of how long it takes IIS to put the page onto the wire.
That's not the same as the client actually receiving the packet, and
doesn't take into account any proxies, accelerators, caches etc. between
the server and the client.

 

Anyway, if you have some more requirements, then perhaps we can help
with your searching. 

 

Cheers

Ken

 

From: itli...@imcu.com [mailto:itli...@imcu.com] 
Sent: Thursday, 28 February 2013 7:56 AM
To: NT System Admin Issues
Subject: RE: IIS reporting/monitoring free tool

 

Solarwinds, didn't give me the results I wanted, I need to know how long
each page is taken to return to the client workstations for a particular
app.

Couldn't get AWSTATS to even give me one result.(Had it working on
another server last year but can not get this one to configure
properly.)

IIS reporter but it is only giving me active connections to IIS not per
page or duration times?

I saw Beta 7.0 had a IIS reporting tool but dev decided it wasn't need
for admin tools of IIS 7.5???

Seems like that would be a good thing, unless they were borrowing
someones code to get their results???

Anyways, thought I would try here??

 

 

From: Andrew S. Baker [mailto:asbz...@gmail.com] 
Posted At: Tuesday, February 26, 2013 10:31 AM
Posted To: itli...@imcu.com
Conversation: IIS reporting/monitoring free tool
Subject: Re: IIS reporting/monitoring free tool

 

Given the number of google entries that cover this request, what have
you already ruled out and why?




 

 

ASB
http://XeeMe.com/AndrewBaker http://xeeme.com/AndrewBaker 
Providing Virtual CIO Services (IT Operations  Information Security)
for the SMB market...

 

 

On Tue, Feb 26, 2013 at 10:19 AM, itli...@imcu.com itli...@imcu.com
wrote:

Looking for a free IIS monitoring or reporting tool for IIS 7.5 on
server 2008 r2.

Any suggestions?

~ 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 listmana...@lyris.sunbeltsoftware.com
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 listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: IIS reporting/monitoring free tool

2013-02-28 Thread Kurt Buff
Fire up Wireshark on a mirror port on the switch to which those
clients are attached, and see what's happening.

BTW - don't just filter for traffic between the web server and the
client - make sure to capture all of the packets to and from the
clients during the test (though you will want to have no other
applications open on the clients to keep the traffic clean). You might
be surprised by DNS resolution slowness, bad cables or NICs, or
something else...

Kurt

On Thu, Feb 28, 2013 at 10:13 AM, itli...@imcu.com itli...@imcu.com wrote:

 That is basically it.  The application developer says that brute force
 testing on my server shows response time for 1000 pages on 10 accounts
 concurrently have an average 1.55 second response with is below their
 required 2.00 response.  But the users are showing as much as 5 minutes from
 Get to Post. On their workstation on a 10/100 switch.  No WAN traffic all on
 the same LAN and same SWITCH for 20 of the 23 users.  So I am game for
 anything I can do to show the developer there are issues my users can not
 live with.

 But for now I am limited to their tools and their results.

 Thanks for all the help.





 From: Ken Schaefer [mailto:k...@adopenstatic.com]
 Posted At: Wednesday, February 27, 2013 5:01 PM
 Posted To: itli...@imcu.com
 Conversation: IIS reporting/monitoring free tool
 Subject: RE: IIS reporting/monitoring free tool



 The best way you are going to get a true picture of this if is you run the
 tool on the client machine, or at the client’s location. Not on the server.



 On the server you can look at the Time-Taken field in the IIS logs to get
 some idea of how long it takes IIS to put the page onto the wire. That’s not
 the same as the client actually receiving the packet, and doesn’t take into
 account any proxies, accelerators, caches etc. between the server and the
 client.



 Anyway, if you have some more requirements, then perhaps we can help with
 your searching.



 Cheers

 Ken



 From: itli...@imcu.com [mailto:itli...@imcu.com]
 Sent: Thursday, 28 February 2013 7:56 AM
 To: NT System Admin Issues
 Subject: RE: IIS reporting/monitoring free tool



 Solarwinds, didn’t give me the results I wanted, I need to know how long
 each page is taken to return to the client workstations for a particular
 app.

 Couldn’t get AWSTATS to even give me one result.(Had it working on another
 server last year but can not get this one to configure properly.)

 IIS reporter but it is only giving me active connections to IIS not per
 page or duration times?

 I saw Beta 7.0 had a IIS reporting tool but dev decided it wasn’t need for
 admin tools of IIS 7.5???

 Seems like that would be a good thing, unless they were borrowing someones
 code to get their results???

 Anyways, thought I would try here??





 From: Andrew S. Baker [mailto:asbz...@gmail.com]
 Posted At: Tuesday, February 26, 2013 10:31 AM
 Posted To: itli...@imcu.com
 Conversation: IIS reporting/monitoring free tool
 Subject: Re: IIS reporting/monitoring free tool



 Given the number of google entries that cover this request, what have you
 already ruled out and why?






 ASB
 http://XeeMe.com/AndrewBaker
 Providing Virtual CIO Services (IT Operations  Information Security) for
 the SMB market…





 On Tue, Feb 26, 2013 at 10:19 AM, itli...@imcu.com itli...@imcu.com
 wrote:

 Looking for a free IIS monitoring or reporting tool for IIS 7.5 on server
 2008 r2.

 Any suggestions?

 ~ 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 listmana...@lyris.sunbeltsoftware.com
 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 listmana...@lyris.sunbeltsoftware.com
 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 listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



Re: IIS reporting/monitoring free tool

2013-02-28 Thread Kurt Buff
That's pretty cool. I'm going to try that.

Kurt

On Thu, Feb 28, 2013 at 12:02 PM, Kevin Lundy klu...@gmail.com wrote:

 I think you are looking for something like http watch

 http://www.httpwatch.com/



 On Thu, Feb 28, 2013 at 1:13 PM, itli...@imcu.com itli...@imcu.com
 wrote:

 That is basically it.  The application developer says that brute force
 testing on my server shows response time for 1000 pages on 10 accounts
 concurrently have an average 1.55 second response with is below their
 required 2.00 response.  But the users are showing as much as 5 minutes from
 Get to Post. On their workstation on a 10/100 switch.  No WAN traffic all on
 the same LAN and same SWITCH for 20 of the 23 users.  So I am game for
 anything I can do to show the developer there are issues my users can not
 live with.

 But for now I am limited to their tools and their results.

 Thanks for all the help.





 From: Ken Schaefer [mailto:k...@adopenstatic.com]
 Posted At: Wednesday, February 27, 2013 5:01 PM


 Posted To: itli...@imcu.com
 Conversation: IIS reporting/monitoring free tool
 Subject: RE: IIS reporting/monitoring free tool



 The best way you are going to get a true picture of this if is you run
 the tool on the client machine, or at the client’s location. Not on the
 server.



 On the server you can look at the Time-Taken field in the IIS logs to get
 some idea of how long it takes IIS to put the page onto the wire. That’s not
 the same as the client actually receiving the packet, and doesn’t take into
 account any proxies, accelerators, caches etc. between the server and the
 client.



 Anyway, if you have some more requirements, then perhaps we can help with
 your searching.



 Cheers

 Ken



 From: itli...@imcu.com [mailto:itli...@imcu.com]
 Sent: Thursday, 28 February 2013 7:56 AM
 To: NT System Admin Issues
 Subject: RE: IIS reporting/monitoring free tool



 Solarwinds, didn’t give me the results I wanted, I need to know how long
 each page is taken to return to the client workstations for a particular
 app.

 Couldn’t get AWSTATS to even give me one result.(Had it working on
 another server last year but can not get this one to configure properly.)

 IIS reporter but it is only giving me active connections to IIS not per
 page or duration times?

 I saw Beta 7.0 had a IIS reporting tool but dev decided it wasn’t need
 for admin tools of IIS 7.5???

 Seems like that would be a good thing, unless they were borrowing
 someones code to get their results???

 Anyways, thought I would try here??





 From: Andrew S. Baker [mailto:asbz...@gmail.com]
 Posted At: Tuesday, February 26, 2013 10:31 AM
 Posted To: itli...@imcu.com
 Conversation: IIS reporting/monitoring free tool
 Subject: Re: IIS reporting/monitoring free tool



 Given the number of google entries that cover this request, what have you
 already ruled out and why?






 ASB
 http://XeeMe.com/AndrewBaker
 Providing Virtual CIO Services (IT Operations  Information Security) for
 the SMB market…





 On Tue, Feb 26, 2013 at 10:19 AM, itli...@imcu.com itli...@imcu.com
 wrote:

 Looking for a free IIS monitoring or reporting tool for IIS 7.5 on server
 2008 r2.

 Any suggestions?

 ~ 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 listmana...@lyris.sunbeltsoftware.com
 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 listmana...@lyris.sunbeltsoftware.com
 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 listmana...@lyris.sunbeltsoftware.com
 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 listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



RE: IIS reporting/monitoring free tool

2013-02-28 Thread Ziots, Edward
Fiddler can tell you some of the same information but httpwatch is a good tool 
to troubleshoot client side issues when looking at web information. 

Z

Edward E. Ziots, CISSP, Security +, Network +
Security Engineer
Lifespan Organization
ezi...@lifespan.org

This electronic message and any attachments may be privileged and confidential 
and protected from disclosure. If you are reading this message, but are not the 
intended recipient, nor an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that you are 
strictly prohibited from copying, printing, forwarding or otherwise 
disseminating this communication. If you have received this communication in 
error, please immediately notify the sender by replying to the message. Then, 
delete the message from your computer. Thank you.




-Original Message-
From: Kurt Buff [mailto:kurt.b...@gmail.com] 
Sent: Thursday, February 28, 2013 3:19 PM
To: NT System Admin Issues
Subject: Re: IIS reporting/monitoring free tool

That's pretty cool. I'm going to try that.

Kurt

On Thu, Feb 28, 2013 at 12:02 PM, Kevin Lundy klu...@gmail.com wrote:

 I think you are looking for something like http watch

 http://www.httpwatch.com/



 On Thu, Feb 28, 2013 at 1:13 PM, itli...@imcu.com itli...@imcu.com
 wrote:

 That is basically it.  The application developer says that brute 
 force testing on my server shows response time for 1000 pages on 10 
 accounts concurrently have an average 1.55 second response with is 
 below their required 2.00 response.  But the users are showing as 
 much as 5 minutes from Get to Post. On their workstation on a 10/100 
 switch.  No WAN traffic all on the same LAN and same SWITCH for 20 of 
 the 23 users.  So I am game for anything I can do to show the 
 developer there are issues my users can not live with.

 But for now I am limited to their tools and their results.

 Thanks for all the help.





 From: Ken Schaefer [mailto:k...@adopenstatic.com] Posted At: 
 Wednesday, February 27, 2013 5:01 PM


 Posted To: itli...@imcu.com
 Conversation: IIS reporting/monitoring free tool
 Subject: RE: IIS reporting/monitoring free tool



 The best way you are going to get a true picture of this if is you 
 run the tool on the client machine, or at the client’s location. Not 
 on the server.



 On the server you can look at the Time-Taken field in the IIS logs to 
 get some idea of how long it takes IIS to put the page onto the wire. 
 That’s not the same as the client actually receiving the packet, and 
 doesn’t take into account any proxies, accelerators, caches etc. 
 between the server and the client.



 Anyway, if you have some more requirements, then perhaps we can help 
 with your searching.



 Cheers

 Ken



 From: itli...@imcu.com [mailto:itli...@imcu.com]
 Sent: Thursday, 28 February 2013 7:56 AM
 To: NT System Admin Issues
 Subject: RE: IIS reporting/monitoring free tool



 Solarwinds, didn’t give me the results I wanted, I need to know how 
 long each page is taken to return to the client workstations for a 
 particular app.

 Couldn’t get AWSTATS to even give me one result.(Had it working on 
 another server last year but can not get this one to configure 
 properly.)

 IIS reporter but it is only giving me active connections to IIS not 
 per page or duration times?

 I saw Beta 7.0 had a IIS reporting tool but dev decided it wasn’t 
 need for admin tools of IIS 7.5???

 Seems like that would be a good thing, unless they were borrowing 
 someones code to get their results???

 Anyways, thought I would try here??





 From: Andrew S. Baker [mailto:asbz...@gmail.com] Posted At: Tuesday, 
 February 26, 2013 10:31 AM Posted To: itli...@imcu.com
 Conversation: IIS reporting/monitoring free tool
 Subject: Re: IIS reporting/monitoring free tool



 Given the number of google entries that cover this request, what have 
 you already ruled out and why?






 ASB
 http://XeeMe.com/AndrewBaker
 Providing Virtual CIO Services (IT Operations  Information Security) 
 for the SMB market…





 On Tue, Feb 26, 2013 at 10:19 AM, itli...@imcu.com itli...@imcu.com
 wrote:

 Looking for a free IIS monitoring or reporting tool for IIS 7.5 on 
 server
 2008 r2.

 Any suggestions?

 ~ 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 listmana...@lyris.sunbeltsoftware.com
 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 listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin


 ~ Finally, powerful endpoint security that ISN'T a resource hog

Re: IIS reporting/monitoring free tool

2013-02-28 Thread Steven Peck
For basic testing from a client machine you can also use F12 in IE.
Go to Network, Start Capture
Type in the URL
Click around, do stuff.  Stop Capture.

It will at least get you response request information, various calls etc.
and it's most likely on the client system already.

That said, play around with the other tools, this just happens to already
be there. :)





On Thu, Feb 28, 2013 at 12:47 PM, Ziots, Edward ezi...@lifespan.org wrote:

 Fiddler can tell you some of the same information but httpwatch is a good
 tool to troubleshoot client side issues when looking at web information.

 Z

 Edward E. Ziots, CISSP, Security +, Network +
 Security Engineer
 Lifespan Organization
 ezi...@lifespan.org

 This electronic message and any attachments may be privileged and
 confidential and protected from disclosure. If you are reading this
 message, but are not the intended recipient, nor an employee or agent
 responsible for delivering this message to the intended recipient, you are
 hereby notified that you are strictly prohibited from copying, printing,
 forwarding or otherwise disseminating this communication. If you have
 received this communication in error, please immediately notify the sender
 by replying to the message. Then, delete the message from your computer.
 Thank you.




 -Original Message-
 From: Kurt Buff [mailto:kurt.b...@gmail.com]
 Sent: Thursday, February 28, 2013 3:19 PM
 To: NT System Admin Issues
 Subject: Re: IIS reporting/monitoring free tool

 That's pretty cool. I'm going to try that.

 Kurt

 On Thu, Feb 28, 2013 at 12:02 PM, Kevin Lundy klu...@gmail.com wrote:
 
  I think you are looking for something like http watch
 
  http://www.httpwatch.com/
 
 
 
  On Thu, Feb 28, 2013 at 1:13 PM, itli...@imcu.com itli...@imcu.com
  wrote:
 
  That is basically it.  The application developer says that brute
  force testing on my server shows response time for 1000 pages on 10
  accounts concurrently have an average 1.55 second response with is
  below their required 2.00 response.  But the users are showing as
  much as 5 minutes from Get to Post. On their workstation on a 10/100
  switch.  No WAN traffic all on the same LAN and same SWITCH for 20 of
  the 23 users.  So I am game for anything I can do to show the
  developer there are issues my users can not live with.
 
  But for now I am limited to their tools and their results.
 
  Thanks for all the help.
 
 
 
 
 
  From: Ken Schaefer [mailto:k...@adopenstatic.com] Posted At:
  Wednesday, February 27, 2013 5:01 PM
 
 
  Posted To: itli...@imcu.com
  Conversation: IIS reporting/monitoring free tool
  Subject: RE: IIS reporting/monitoring free tool
 
 
 
  The best way you are going to get a true picture of this if is you
  run the tool on the client machine, or at the client’s location. Not
  on the server.
 
 
 
  On the server you can look at the Time-Taken field in the IIS logs to
  get some idea of how long it takes IIS to put the page onto the wire.
  That’s not the same as the client actually receiving the packet, and
  doesn’t take into account any proxies, accelerators, caches etc.
  between the server and the client.
 
 
 
  Anyway, if you have some more requirements, then perhaps we can help
  with your searching.
 
 
 
  Cheers
 
  Ken
 
 
 
  From: itli...@imcu.com [mailto:itli...@imcu.com]
  Sent: Thursday, 28 February 2013 7:56 AM
  To: NT System Admin Issues
  Subject: RE: IIS reporting/monitoring free tool
 
 
 
  Solarwinds, didn’t give me the results I wanted, I need to know how
  long each page is taken to return to the client workstations for a
  particular app.
 
  Couldn’t get AWSTATS to even give me one result.(Had it working on
  another server last year but can not get this one to configure
  properly.)
 
  IIS reporter but it is only giving me active connections to IIS not
  per page or duration times?
 
  I saw Beta 7.0 had a IIS reporting tool but dev decided it wasn’t
  need for admin tools of IIS 7.5???
 
  Seems like that would be a good thing, unless they were borrowing
  someones code to get their results???
 
  Anyways, thought I would try here??
 
 
 
 
 
  From: Andrew S. Baker [mailto:asbz...@gmail.com] Posted At: Tuesday,
  February 26, 2013 10:31 AM Posted To: itli...@imcu.com
  Conversation: IIS reporting/monitoring free tool
  Subject: Re: IIS reporting/monitoring free tool
 
 
 
  Given the number of google entries that cover this request, what have
  you already ruled out and why?
 
 
 
 
 
 
  ASB
  http://XeeMe.com/AndrewBaker
  Providing Virtual CIO Services (IT Operations  Information Security)
  for the SMB market…
 
 
 
 
 
  On Tue, Feb 26, 2013 at 10:19 AM, itli...@imcu.com itli...@imcu.com
  wrote:
 
  Looking for a free IIS monitoring or reporting tool for IIS 7.5 on
  server
  2008 r2.
 
  Any suggestions?
 
  ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
  http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~
 
  ---
  To manage subscriptions

RE: IIS reporting/monitoring free tool

2013-02-28 Thread Ziots, Edward
Nice one I totally didn't know that on IE by default.

And this is my first email as a newly minted CISA,

Sincerely,
EZ

Edward E. Ziots, CISSP, CISA, Security +, Network +
Security Engineer
Lifespan Organization
ezi...@lifespan.org

This electronic message and any attachments may be privileged and confidential 
and protected from disclosure. If you are reading this message, but are not the 
intended recipient, nor an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that you are 
strictly prohibited from copying, printing, forwarding or otherwise 
disseminating this communication. If you have received this communication in 
error, please immediately notify the sender by replying to the message. Then, 
delete the message from your computer. Thank you.
[Description: Description: Lifespan]


From: Steven Peck [mailto:sep...@gmail.com]
Sent: Thursday, February 28, 2013 4:24 PM
To: NT System Admin Issues
Subject: Re: IIS reporting/monitoring free tool

For basic testing from a client machine you can also use F12 in IE.
Go to Network, Start Capture
Type in the URL
Click around, do stuff.  Stop Capture.

It will at least get you response request information, various calls etc. and 
it's most likely on the client system already.

That said, play around with the other tools, this just happens to already be 
there. :)





On Thu, Feb 28, 2013 at 12:47 PM, Ziots, Edward 
ezi...@lifespan.orgmailto:ezi...@lifespan.org wrote:
Fiddler can tell you some of the same information but httpwatch is a good tool 
to troubleshoot client side issues when looking at web information.

Z

Edward E. Ziots, CISSP, Security +, Network +
Security Engineer
Lifespan Organization
ezi...@lifespan.orgmailto:ezi...@lifespan.org

This electronic message and any attachments may be privileged and confidential 
and protected from disclosure. If you are reading this message, but are not the 
intended recipient, nor an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that you are 
strictly prohibited from copying, printing, forwarding or otherwise 
disseminating this communication. If you have received this communication in 
error, please immediately notify the sender by replying to the message. Then, 
delete the message from your computer. Thank you.




-Original Message-
From: Kurt Buff [mailto:kurt.b...@gmail.commailto:kurt.b...@gmail.com]
Sent: Thursday, February 28, 2013 3:19 PM
To: NT System Admin Issues
Subject: Re: IIS reporting/monitoring free tool

That's pretty cool. I'm going to try that.

Kurt

On Thu, Feb 28, 2013 at 12:02 PM, Kevin Lundy 
klu...@gmail.commailto:klu...@gmail.com wrote:

 I think you are looking for something like http watch

 http://www.httpwatch.com/



 On Thu, Feb 28, 2013 at 1:13 PM, itli...@imcu.commailto:itli...@imcu.com 
 itli...@imcu.commailto:itli...@imcu.com
 wrote:

 That is basically it.  The application developer says that brute
 force testing on my server shows response time for 1000 pages on 10
 accounts concurrently have an average 1.55 second response with is
 below their required 2.00 response.  But the users are showing as
 much as 5 minutes from Get to Post. On their workstation on a 10/100
 switch.  No WAN traffic all on the same LAN and same SWITCH for 20 of
 the 23 users.  So I am game for anything I can do to show the
 developer there are issues my users can not live with.

 But for now I am limited to their tools and their results.

 Thanks for all the help.





 From: Ken Schaefer 
 [mailto:k...@adopenstatic.commailto:k...@adopenstatic.com] Posted At:
 Wednesday, February 27, 2013 5:01 PM


 Posted To: itli...@imcu.commailto:itli...@imcu.com
 Conversation: IIS reporting/monitoring free tool
 Subject: RE: IIS reporting/monitoring free tool



 The best way you are going to get a true picture of this if is you
 run the tool on the client machine, or at the client's location. Not
 on the server.



 On the server you can look at the Time-Taken field in the IIS logs to
 get some idea of how long it takes IIS to put the page onto the wire.
 That's not the same as the client actually receiving the packet, and
 doesn't take into account any proxies, accelerators, caches etc.
 between the server and the client.



 Anyway, if you have some more requirements, then perhaps we can help
 with your searching.



 Cheers

 Ken



 From: itli...@imcu.commailto:itli...@imcu.com 
 [mailto:itli...@imcu.commailto:itli...@imcu.com]
 Sent: Thursday, 28 February 2013 7:56 AM
 To: NT System Admin Issues
 Subject: RE: IIS reporting/monitoring free tool



 Solarwinds, didn't give me the results I wanted, I need to know how
 long each page is taken to return to the client workstations for a
 particular app.

 Couldn't get AWSTATS to even give me one result.(Had it working on
 another server last year but can not get this one to configure
 properly.)

 IIS reporter but it is only giving

RE: IIS reporting/monitoring free tool (UNCLASSIFIED)

2013-02-28 Thread Kent, Larry J CTR (US)
Classification: UNCLASSIFIED
Caveats: FOUO

Finally! Congrats again

-Original Message-
From: Ziots, Edward [mailto:ezi...@lifespan.org] 
Sent: Thursday, February 28, 2013 4:42 PM
To: NT System Admin Issues
Subject: RE: IIS reporting/monitoring free tool

Nice one I totally didn't know that on IE by default. 

 

And this is my first email as a newly minted CISA, 

 

Sincerely,

EZ

 

Edward E. Ziots, CISSP, CISA, Security +, Network +

Security Engineer

Lifespan Organization

ezi...@lifespan.org

 

This electronic message and any attachments may be privileged and confidential 
and protected from disclosure. If you are reading this message, but are not the 
intended recipient, nor an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that you are 
strictly prohibited from copying, printing, forwarding or otherwise 
disseminating this communication. If you have received this communication in 
error, please immediately notify the sender by replying to the message. Then, 
delete the message from your computer. Thank you.

Description: Description: Lifespan

 

 

From: Steven Peck [mailto:sep...@gmail.com]
Sent: Thursday, February 28, 2013 4:24 PM
To: NT System Admin Issues
Subject: Re: IIS reporting/monitoring free tool

 

For basic testing from a client machine you can also use F12 in IE.  

Go to Network, Start Capture

Type in the URL

Click around, do stuff.  Stop Capture.

 

It will at least get you response request information, various calls etc. and 
it's most likely on the client system already.

 

That said, play around with the other tools, this just happens to already be 
there. :)

 

 



 

On Thu, Feb 28, 2013 at 12:47 PM, Ziots, Edward ezi...@lifespan.org wrote:

Fiddler can tell you some of the same information but httpwatch is a good tool 
to troubleshoot client side issues when looking at web information.

Z

Edward E. Ziots, CISSP, Security +, Network + Security Engineer Lifespan 
Organization ezi...@lifespan.org

This electronic message and any attachments may be privileged and confidential 
and protected from disclosure. If you are reading this message, but are not the 
intended recipient, nor an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that you are 
strictly prohibited from copying, printing, forwarding or otherwise 
disseminating this communication. If you have received this communication in 
error, please immediately notify the sender by replying to the message. Then, 
delete the message from your computer. Thank you.





-Original Message-
From: Kurt Buff [mailto:kurt.b...@gmail.com]
Sent: Thursday, February 28, 2013 3:19 PM
To: NT System Admin Issues

Subject: Re: IIS reporting/monitoring free tool

That's pretty cool. I'm going to try that.

Kurt

On Thu, Feb 28, 2013 at 12:02 PM, Kevin Lundy klu...@gmail.com wrote:

 I think you are looking for something like http watch

 http://www.httpwatch.com/



 On Thu, Feb 28, 2013 at 1:13 PM, itli...@imcu.com itli...@imcu.com
 wrote:

 That is basically it.  The application developer says that brute 
 force testing on my server shows response time for 1000 pages on 10 
 accounts concurrently have an average 1.55 second response with is 
 below their required 2.00 response.  But the users are showing as 
 much as 5 minutes from Get to Post. On their workstation on a 10/100 
 switch.  No WAN traffic all on the same LAN and same SWITCH for 20 of 
 the 23 users.  So I am game for anything I can do to show the 
 developer there are issues my users can not live with.

 But for now I am limited to their tools and their results.

 Thanks for all the help.





 From: Ken Schaefer [mailto:k...@adopenstatic.com] Posted At:
 Wednesday, February 27, 2013 5:01 PM


 Posted To: itli...@imcu.com
 Conversation: IIS reporting/monitoring free tool
 Subject: RE: IIS reporting/monitoring free tool



 The best way you are going to get a true picture of this if is you 
 run the tool on the client machine, or at the client's location. Not 
 on the server.



 On the server you can look at the Time-Taken field in the IIS logs to 
 get some idea of how long it takes IIS to put the page onto the wire.
 That's not the same as the client actually receiving the packet, and 
 doesn't take into account any proxies, accelerators, caches etc.
 between the server and the client.



 Anyway, if you have some more requirements, then perhaps we can help 
 with your searching.



 Cheers

 Ken



 From: itli...@imcu.com [mailto:itli...@imcu.com]
 Sent: Thursday, 28 February 2013 7:56 AM
 To: NT System Admin Issues
 Subject: RE: IIS reporting/monitoring free tool



 Solarwinds, didn't give me the results I wanted, I need to know how 
 long each page is taken to return to the client workstations for a 
 particular app.

 Couldn't get AWSTATS to even give me one result.(Had it working on 
 another server last year but can

Re: IIS reporting/monitoring free tool

2013-02-28 Thread Steven Peck
Congrats and virtually no one knows it's there and has been there for years
:)
I learned about it when I pretended I could make themes for a web site.
Reality has since delivered it's verdict.

On Thu, Feb 28, 2013 at 1:41 PM, Ziots, Edward ezi...@lifespan.org wrote:

  Nice one I totally didn’t know that on IE by default. 

 ** **

 And this is my first email as a newly minted CISA, 

 ** **

 Sincerely,

 EZ

 ** **

 Edward E. Ziots, CISSP, CISA, Security +, Network +

 Security Engineer

 Lifespan Organization

 ezi...@lifespan.org

 ** **

 This electronic message and any attachments may be privileged and
 confidential and protected from disclosure. If you are reading this
 message, but are not the intended recipient, nor an employee or agent
 responsible for delivering this message to the intended recipient, you are
 hereby notified that you are strictly prohibited from copying, printing,
 forwarding or otherwise disseminating this communication. If you have
 received this communication in error, please immediately notify the sender
 by replying to the message. Then, delete the message from your computer.
 Thank you.

 *[image: Description: Description: Lifespan]*

 ** **

 ** **

 *From:* Steven Peck [mailto:sep...@gmail.com]
 *Sent:* Thursday, February 28, 2013 4:24 PM

 *To:* NT System Admin Issues
 *Subject:* Re: IIS reporting/monitoring free tool

  ** **

 For basic testing from a client machine you can also use F12 in IE.  

 Go to Network, Start Capture

 Type in the URL

 Click around, do stuff.  Stop Capture.

  

 It will at least get you response request information, various calls etc.
 and it's most likely on the client system already.

  

 That said, play around with the other tools, this just happens to already
 be there. :)

  

  



  

 On Thu, Feb 28, 2013 at 12:47 PM, Ziots, Edward ezi...@lifespan.org
 wrote:

 Fiddler can tell you some of the same information but httpwatch is a good
 tool to troubleshoot client side issues when looking at web information.

 Z

 Edward E. Ziots, CISSP, Security +, Network +
 Security Engineer
 Lifespan Organization
 ezi...@lifespan.org

 This electronic message and any attachments may be privileged and
 confidential and protected from disclosure. If you are reading this
 message, but are not the intended recipient, nor an employee or agent
 responsible for delivering this message to the intended recipient, you are
 hereby notified that you are strictly prohibited from copying, printing,
 forwarding or otherwise disseminating this communication. If you have
 received this communication in error, please immediately notify the sender
 by replying to the message. Then, delete the message from your computer.
 Thank you.





 -Original Message-
 From: Kurt Buff [mailto:kurt.b...@gmail.com]
 Sent: Thursday, February 28, 2013 3:19 PM
 To: NT System Admin Issues

 Subject: Re: IIS reporting/monitoring free tool

 That's pretty cool. I'm going to try that.

 Kurt

 On Thu, Feb 28, 2013 at 12:02 PM, Kevin Lundy klu...@gmail.com wrote:
 
  I think you are looking for something like http watch
 
  http://www.httpwatch.com/
 
 
 
  On Thu, Feb 28, 2013 at 1:13 PM, itli...@imcu.com itli...@imcu.com
  wrote:
 
  That is basically it.  The application developer says that brute
  force testing on my server shows response time for 1000 pages on 10
  accounts concurrently have an average 1.55 second response with is
  below their required 2.00 response.  But the users are showing as
  much as 5 minutes from Get to Post. On their workstation on a 10/100
  switch.  No WAN traffic all on the same LAN and same SWITCH for 20 of
  the 23 users.  So I am game for anything I can do to show the
  developer there are issues my users can not live with.
 
  But for now I am limited to their tools and their results.
 
  Thanks for all the help.
 
 
 
 
 
  From: Ken Schaefer [mailto:k...@adopenstatic.com] Posted At:
  Wednesday, February 27, 2013 5:01 PM
 
 
  Posted To: itli...@imcu.com
  Conversation: IIS reporting/monitoring free tool
  Subject: RE: IIS reporting/monitoring free tool
 
 
 
  The best way you are going to get a true picture of this if is you
  run the tool on the client machine, or at the client’s location. Not
  on the server.
 
 
 
  On the server you can look at the Time-Taken field in the IIS logs to
  get some idea of how long it takes IIS to put the page onto the wire.
  That’s not the same as the client actually receiving the packet, and
  doesn’t take into account any proxies, accelerators, caches etc.
  between the server and the client.
 
 
 
  Anyway, if you have some more requirements, then perhaps we can help
  with your searching.
 
 
 
  Cheers
 
  Ken
 
 
 
  From: itli...@imcu.com [mailto:itli...@imcu.com]
  Sent: Thursday, 28 February 2013 7:56 AM
  To: NT System Admin Issues
  Subject: RE: IIS reporting/monitoring free tool

RE: IIS reporting/monitoring free tool

2013-02-28 Thread Tim Evans
Nice trick. I didn't know that was there. Looks pretty useful.

...Tim

From: Steven Peck [mailto:sep...@gmail.com]
Sent: Thursday, February 28, 2013 1:24 PM
To: NT System Admin Issues
Subject: Re: IIS reporting/monitoring free tool

For basic testing from a client machine you can also use F12 in IE.
Go to Network, Start Capture
Type in the URL
Click around, do stuff.  Stop Capture.

It will at least get you response request information, various calls etc. and 
it's most likely on the client system already.

That said, play around with the other tools, this just happens to already be 
there. :)





On Thu, Feb 28, 2013 at 12:47 PM, Ziots, Edward 
ezi...@lifespan.orgmailto:ezi...@lifespan.org wrote:
Fiddler can tell you some of the same information but httpwatch is a good tool 
to troubleshoot client side issues when looking at web information.

Z

Edward E. Ziots, CISSP, Security +, Network +
Security Engineer
Lifespan Organization
ezi...@lifespan.orgmailto:ezi...@lifespan.org

This electronic message and any attachments may be privileged and confidential 
and protected from disclosure. If you are reading this message, but are not the 
intended recipient, nor an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that you are 
strictly prohibited from copying, printing, forwarding or otherwise 
disseminating this communication. If you have received this communication in 
error, please immediately notify the sender by replying to the message. Then, 
delete the message from your computer. Thank you.




-Original Message-
From: Kurt Buff [mailto:kurt.b...@gmail.commailto:kurt.b...@gmail.com]
Sent: Thursday, February 28, 2013 3:19 PM
To: NT System Admin Issues
Subject: Re: IIS reporting/monitoring free tool

That's pretty cool. I'm going to try that.

Kurt

On Thu, Feb 28, 2013 at 12:02 PM, Kevin Lundy 
klu...@gmail.commailto:klu...@gmail.com wrote:

 I think you are looking for something like http watch

 http://www.httpwatch.com/



 On Thu, Feb 28, 2013 at 1:13 PM, itli...@imcu.commailto:itli...@imcu.com 
 itli...@imcu.commailto:itli...@imcu.com
 wrote:

 That is basically it.  The application developer says that brute
 force testing on my server shows response time for 1000 pages on 10
 accounts concurrently have an average 1.55 second response with is
 below their required 2.00 response.  But the users are showing as
 much as 5 minutes from Get to Post. On their workstation on a 10/100
 switch.  No WAN traffic all on the same LAN and same SWITCH for 20 of
 the 23 users.  So I am game for anything I can do to show the
 developer there are issues my users can not live with.

 But for now I am limited to their tools and their results.

 Thanks for all the help.





 From: Ken Schaefer 
 [mailto:k...@adopenstatic.commailto:k...@adopenstatic.com] Posted At:
 Wednesday, February 27, 2013 5:01 PM


 Posted To: itli...@imcu.commailto:itli...@imcu.com
 Conversation: IIS reporting/monitoring free tool
 Subject: RE: IIS reporting/monitoring free tool



 The best way you are going to get a true picture of this if is you
 run the tool on the client machine, or at the client's location. Not
 on the server.



 On the server you can look at the Time-Taken field in the IIS logs to
 get some idea of how long it takes IIS to put the page onto the wire.
 That's not the same as the client actually receiving the packet, and
 doesn't take into account any proxies, accelerators, caches etc.
 between the server and the client.



 Anyway, if you have some more requirements, then perhaps we can help
 with your searching.



 Cheers

 Ken



 From: itli...@imcu.commailto:itli...@imcu.com 
 [mailto:itli...@imcu.commailto:itli...@imcu.com]
 Sent: Thursday, 28 February 2013 7:56 AM
 To: NT System Admin Issues
 Subject: RE: IIS reporting/monitoring free tool



 Solarwinds, didn't give me the results I wanted, I need to know how
 long each page is taken to return to the client workstations for a
 particular app.

 Couldn't get AWSTATS to even give me one result.(Had it working on
 another server last year but can not get this one to configure
 properly.)

 IIS reporter but it is only giving me active connections to IIS not
 per page or duration times?

 I saw Beta 7.0 had a IIS reporting tool but dev decided it wasn't
 need for admin tools of IIS 7.5???

 Seems like that would be a good thing, unless they were borrowing
 someones code to get their results???

 Anyways, thought I would try here??





 From: Andrew S. Baker [mailto:asbz...@gmail.commailto:asbz...@gmail.com] 
 Posted At: Tuesday,
 February 26, 2013 10:31 AM Posted To: 
 itli...@imcu.commailto:itli...@imcu.com
 Conversation: IIS reporting/monitoring free tool
 Subject: Re: IIS reporting/monitoring free tool



 Given the number of google entries that cover this request, what have
 you already ruled out and why?






 ASB
 http://XeeMe.com/AndrewBaker
 Providing Virtual CIO Services (IT Operations

RE: IIS reporting/monitoring free tool

2013-02-28 Thread Maglinger, Paul
Damn.  You had to show me that.  Now I can't bad mouth IE quite as much as I 
used to.

From: Steven Peck [mailto:sep...@gmail.com]
Sent: Thursday, February 28, 2013 3:24 PM
To: NT System Admin Issues
Subject: Re: IIS reporting/monitoring free tool

For basic testing from a client machine you can also use F12 in IE.
Go to Network, Start Capture
Type in the URL
Click around, do stuff.  Stop Capture.

It will at least get you response request information, various calls etc. and 
it's most likely on the client system already.

That said, play around with the other tools, this just happens to already be 
there. :)





On Thu, Feb 28, 2013 at 12:47 PM, Ziots, Edward 
ezi...@lifespan.orgmailto:ezi...@lifespan.org wrote:
Fiddler can tell you some of the same information but httpwatch is a good tool 
to troubleshoot client side issues when looking at web information.

Z

Edward E. Ziots, CISSP, Security +, Network +
Security Engineer
Lifespan Organization
ezi...@lifespan.orgmailto:ezi...@lifespan.org

This electronic message and any attachments may be privileged and confidential 
and protected from disclosure. If you are reading this message, but are not the 
intended recipient, nor an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that you are 
strictly prohibited from copying, printing, forwarding or otherwise 
disseminating this communication. If you have received this communication in 
error, please immediately notify the sender by replying to the message. Then, 
delete the message from your computer. Thank you.




-Original Message-
From: Kurt Buff [mailto:kurt.b...@gmail.commailto:kurt.b...@gmail.com]
Sent: Thursday, February 28, 2013 3:19 PM
To: NT System Admin Issues
Subject: Re: IIS reporting/monitoring free tool

That's pretty cool. I'm going to try that.

Kurt

On Thu, Feb 28, 2013 at 12:02 PM, Kevin Lundy 
klu...@gmail.commailto:klu...@gmail.com wrote:

 I think you are looking for something like http watch

 http://www.httpwatch.com/



 On Thu, Feb 28, 2013 at 1:13 PM, itli...@imcu.commailto:itli...@imcu.com 
 itli...@imcu.commailto:itli...@imcu.com
 wrote:

 That is basically it.  The application developer says that brute
 force testing on my server shows response time for 1000 pages on 10
 accounts concurrently have an average 1.55 second response with is
 below their required 2.00 response.  But the users are showing as
 much as 5 minutes from Get to Post. On their workstation on a 10/100
 switch.  No WAN traffic all on the same LAN and same SWITCH for 20 of
 the 23 users.  So I am game for anything I can do to show the
 developer there are issues my users can not live with.

 But for now I am limited to their tools and their results.

 Thanks for all the help.





 From: Ken Schaefer 
 [mailto:k...@adopenstatic.commailto:k...@adopenstatic.com] Posted At:
 Wednesday, February 27, 2013 5:01 PM


 Posted To: itli...@imcu.commailto:itli...@imcu.com
 Conversation: IIS reporting/monitoring free tool
 Subject: RE: IIS reporting/monitoring free tool



 The best way you are going to get a true picture of this if is you
 run the tool on the client machine, or at the client's location. Not
 on the server.



 On the server you can look at the Time-Taken field in the IIS logs to
 get some idea of how long it takes IIS to put the page onto the wire.
 That's not the same as the client actually receiving the packet, and
 doesn't take into account any proxies, accelerators, caches etc.
 between the server and the client.



 Anyway, if you have some more requirements, then perhaps we can help
 with your searching.



 Cheers

 Ken



 From: itli...@imcu.commailto:itli...@imcu.com 
 [mailto:itli...@imcu.commailto:itli...@imcu.com]
 Sent: Thursday, 28 February 2013 7:56 AM
 To: NT System Admin Issues
 Subject: RE: IIS reporting/monitoring free tool



 Solarwinds, didn't give me the results I wanted, I need to know how
 long each page is taken to return to the client workstations for a
 particular app.

 Couldn't get AWSTATS to even give me one result.(Had it working on
 another server last year but can not get this one to configure
 properly.)

 IIS reporter but it is only giving me active connections to IIS not
 per page or duration times?

 I saw Beta 7.0 had a IIS reporting tool but dev decided it wasn't
 need for admin tools of IIS 7.5???

 Seems like that would be a good thing, unless they were borrowing
 someones code to get their results???

 Anyways, thought I would try here??





 From: Andrew S. Baker [mailto:asbz...@gmail.commailto:asbz...@gmail.com] 
 Posted At: Tuesday,
 February 26, 2013 10:31 AM Posted To: 
 itli...@imcu.commailto:itli...@imcu.com
 Conversation: IIS reporting/monitoring free tool
 Subject: Re: IIS reporting/monitoring free tool



 Given the number of google entries that cover this request, what have
 you already ruled out and why?






 ASB
 http://XeeMe.com/AndrewBaker
 Providing Virtual CIO Services

Re: IIS reporting/monitoring free tool

2013-02-28 Thread kz20fl
I'm quite impressed with that too. Shows how good MS are at publicizing good 
features they develop (i.e. not at all)

Sent from my Blackberry, which may be an antique but delivers email RELIABLY

-Original Message-
From: Maglinger, Paul pmaglin...@scvl.com
Date: Thu, 28 Feb 2013 22:36:10 
To: NT System Admin Issuesntsysadmin@lyris.sunbelt-software.com
Reply-To: NT System Admin Issues 
ntsysadmin@lyris.sunbelt-software.comSubject: RE: IIS reporting/monitoring 
free tool

Damn.  You had to show me that.  Now I can't bad mouth IE quite as much as I 
used to.

From: Steven Peck [mailto:sep...@gmail.com]
Sent: Thursday, February 28, 2013 3:24 PM
To: NT System Admin Issues
Subject: Re: IIS reporting/monitoring free tool

For basic testing from a client machine you can also use F12 in IE.
Go to Network, Start Capture
Type in the URL
Click around, do stuff.  Stop Capture.

It will at least get you response request information, various calls etc. and 
it's most likely on the client system already.

That said, play around with the other tools, this just happens to already be 
there. :)





On Thu, Feb 28, 2013 at 12:47 PM, Ziots, Edward 
ezi...@lifespan.orgmailto:ezi...@lifespan.org wrote:
Fiddler can tell you some of the same information but httpwatch is a good tool 
to troubleshoot client side issues when looking at web information.

Z

Edward E. Ziots, CISSP, Security +, Network +
Security Engineer
Lifespan Organization
ezi...@lifespan.orgmailto:ezi...@lifespan.org

This electronic message and any attachments may be privileged and confidential 
and protected from disclosure. If you are reading this message, but are not the 
intended recipient, nor an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that you are 
strictly prohibited from copying, printing, forwarding or otherwise 
disseminating this communication. If you have received this communication in 
error, please immediately notify the sender by replying to the message. Then, 
delete the message from your computer. Thank you.




-Original Message-
From: Kurt Buff [mailto:kurt.b...@gmail.commailto:kurt.b...@gmail.com]
Sent: Thursday, February 28, 2013 3:19 PM
To: NT System Admin Issues
Subject: Re: IIS reporting/monitoring free tool

That's pretty cool. I'm going to try that.

Kurt

On Thu, Feb 28, 2013 at 12:02 PM, Kevin Lundy 
klu...@gmail.commailto:klu...@gmail.com wrote:

 I think you are looking for something like http watch

 http://www.httpwatch.com/



 On Thu, Feb 28, 2013 at 1:13 PM, itli...@imcu.commailto:itli...@imcu.com 
 itli...@imcu.commailto:itli...@imcu.com
 wrote:

 That is basically it.  The application developer says that brute
 force testing on my server shows response time for 1000 pages on 10
 accounts concurrently have an average 1.55 second response with is
 below their required 2.00 response.  But the users are showing as
 much as 5 minutes from Get to Post. On their workstation on a 10/100
 switch.  No WAN traffic all on the same LAN and same SWITCH for 20 of
 the 23 users.  So I am game for anything I can do to show the
 developer there are issues my users can not live with.

 But for now I am limited to their tools and their results.

 Thanks for all the help.





 From: Ken Schaefer 
 [mailto:k...@adopenstatic.commailto:k...@adopenstatic.com] Posted At:
 Wednesday, February 27, 2013 5:01 PM


 Posted To: itli...@imcu.commailto:itli...@imcu.com
 Conversation: IIS reporting/monitoring free tool
 Subject: RE: IIS reporting/monitoring free tool



 The best way you are going to get a true picture of this if is you
 run the tool on the client machine, or at the client's location. Not
 on the server.



 On the server you can look at the Time-Taken field in the IIS logs to
 get some idea of how long it takes IIS to put the page onto the wire.
 That's not the same as the client actually receiving the packet, and
 doesn't take into account any proxies, accelerators, caches etc.
 between the server and the client.



 Anyway, if you have some more requirements, then perhaps we can help
 with your searching.



 Cheers

 Ken



 From: itli...@imcu.commailto:itli...@imcu.com 
 [mailto:itli...@imcu.commailto:itli...@imcu.com]
 Sent: Thursday, 28 February 2013 7:56 AM
 To: NT System Admin Issues
 Subject: RE: IIS reporting/monitoring free tool



 Solarwinds, didn't give me the results I wanted, I need to know how
 long each page is taken to return to the client workstations for a
 particular app.

 Couldn't get AWSTATS to even give me one result.(Had it working on
 another server last year but can not get this one to configure
 properly.)

 IIS reporter but it is only giving me active connections to IIS not
 per page or duration times?

 I saw Beta 7.0 had a IIS reporting tool but dev decided it wasn't
 need for admin tools of IIS 7.5???

 Seems like that would be a good thing, unless they were borrowing
 someones code to get their results???

 Anyways

Re: IIS reporting/monitoring free tool

2013-02-28 Thread Kurt Buff
Damn nice, Good work.

Kurt

On Thu, Feb 28, 2013 at 1:41 PM, Ziots, Edward ezi...@lifespan.org wrote:

  Nice one I totally didn’t know that on IE by default. 

 ** **

 And this is my first email as a newly minted CISA, 

 ** **

 Sincerely,

 EZ

 ** **

 Edward E. Ziots, CISSP, CISA, Security +, Network +

 Security Engineer

 Lifespan Organization

 ezi...@lifespan.org

 ** **

 This electronic message and any attachments may be privileged and
 confidential and protected from disclosure. If you are reading this
 message, but are not the intended recipient, nor an employee or agent
 responsible for delivering this message to the intended recipient, you are
 hereby notified that you are strictly prohibited from copying, printing,
 forwarding or otherwise disseminating this communication. If you have
 received this communication in error, please immediately notify the sender
 by replying to the message. Then, delete the message from your computer.
 Thank you.

 *[image: Description: Description: Lifespan]*

 ** **

 ** **

 *From:* Steven Peck [mailto:sep...@gmail.com]
 *Sent:* Thursday, February 28, 2013 4:24 PM

 *To:* NT System Admin Issues
 *Subject:* Re: IIS reporting/monitoring free tool

  ** **

 For basic testing from a client machine you can also use F12 in IE.  

 Go to Network, Start Capture

 Type in the URL

 Click around, do stuff.  Stop Capture.

  

 It will at least get you response request information, various calls etc.
 and it's most likely on the client system already.

  

 That said, play around with the other tools, this just happens to already
 be there. :)

  

  



  

 On Thu, Feb 28, 2013 at 12:47 PM, Ziots, Edward ezi...@lifespan.org
 wrote:

 Fiddler can tell you some of the same information but httpwatch is a good
 tool to troubleshoot client side issues when looking at web information.

 Z

 Edward E. Ziots, CISSP, Security +, Network +
 Security Engineer
 Lifespan Organization
 ezi...@lifespan.org

 This electronic message and any attachments may be privileged and
 confidential and protected from disclosure. If you are reading this
 message, but are not the intended recipient, nor an employee or agent
 responsible for delivering this message to the intended recipient, you are
 hereby notified that you are strictly prohibited from copying, printing,
 forwarding or otherwise disseminating this communication. If you have
 received this communication in error, please immediately notify the sender
 by replying to the message. Then, delete the message from your computer.
 Thank you.





 -Original Message-
 From: Kurt Buff [mailto:kurt.b...@gmail.com]
 Sent: Thursday, February 28, 2013 3:19 PM
 To: NT System Admin Issues

 Subject: Re: IIS reporting/monitoring free tool

 That's pretty cool. I'm going to try that.

 Kurt

 On Thu, Feb 28, 2013 at 12:02 PM, Kevin Lundy klu...@gmail.com wrote:
 
  I think you are looking for something like http watch
 
  http://www.httpwatch.com/
 
 
 
  On Thu, Feb 28, 2013 at 1:13 PM, itli...@imcu.com itli...@imcu.com
  wrote:
 
  That is basically it.  The application developer says that brute
  force testing on my server shows response time for 1000 pages on 10
  accounts concurrently have an average 1.55 second response with is
  below their required 2.00 response.  But the users are showing as
  much as 5 minutes from Get to Post. On their workstation on a 10/100
  switch.  No WAN traffic all on the same LAN and same SWITCH for 20 of
  the 23 users.  So I am game for anything I can do to show the
  developer there are issues my users can not live with.
 
  But for now I am limited to their tools and their results.
 
  Thanks for all the help.
 
 
 
 
 
  From: Ken Schaefer [mailto:k...@adopenstatic.com] Posted At:
  Wednesday, February 27, 2013 5:01 PM
 
 
  Posted To: itli...@imcu.com
  Conversation: IIS reporting/monitoring free tool
  Subject: RE: IIS reporting/monitoring free tool
 
 
 
  The best way you are going to get a true picture of this if is you
  run the tool on the client machine, or at the client’s location. Not
  on the server.
 
 
 
  On the server you can look at the Time-Taken field in the IIS logs to
  get some idea of how long it takes IIS to put the page onto the wire.
  That’s not the same as the client actually receiving the packet, and
  doesn’t take into account any proxies, accelerators, caches etc.
  between the server and the client.
 
 
 
  Anyway, if you have some more requirements, then perhaps we can help
  with your searching.
 
 
 
  Cheers
 
  Ken
 
 
 
  From: itli...@imcu.com [mailto:itli...@imcu.com]
  Sent: Thursday, 28 February 2013 7:56 AM
  To: NT System Admin Issues
  Subject: RE: IIS reporting/monitoring free tool
 
 
 
  Solarwinds, didn’t give me the results I wanted, I need to know how
  long each page is taken to return to the client workstations for a
  particular app.
 
  Couldn’t

MS tools and resource communications - was: IIS reporting/monitoring free tool

2013-02-28 Thread Steven Peck
I've known about it for years and have mentioned it a time or two on this
list.  :)
I worked with some of the MS folks on some stuff they sponsored for in the
Open Source community and they just cannot get credit for the stuff they do
without angry people and rioters showing up to burn the place down.

Of course for a while I heavily supported a web developer community
(Drupal) so was aware of a lot of web focused tools.  It was also mentioned
in various podcasts and videos are part of an overall tool set from MS.  It
was more mentioned when the Firebug tool came out years ago.  However when
that happened all the Firebug advocates could say was 'copy' or well but I
don't use IE or something else and promptly dismiss it.

Some random links regarding it just cause:   :)

TechNet
http://msdn.microsoft.com/en-us/library/ie/gg589507(v=vs.85).aspx
Scott Hanselman - I think he has something to do with MS, not sure... small
obscure role maybe.  I think he posts random stuff.
http://www.hanselman.com/blog/TheInternetIsNotABlackBoxLookInside.aspx

On the IE8 announcement page there is a mention of it. (Not digging up IE9
:)
http://www.microsoft.com/web/platform/tools-ie.aspx?templang=fr-ch

-

MS just can't get buzz on some things when every time they try the
Internets jump on and devolve it into a giant bonfire of a comment fest.
It doesn't help that they are so large and have so many different voices
and outlets.

They have been doing much better in the last few years trying to build
communities around interests and specialties and MVPs but they are so large
it's challenging and often from our perspective there are missteps and so
much over all noise that really cool or neat things get lost or missed.

So, in the interests of communications, if you weren't aware here are some
additional sources of information.  :)

TechNet wiki is a nice place depending on the technology you support lots
of additional content there and the ability to add to it yourself and
edit.  Channel9 has tons of awesome resources and shows such as Defrag
Tools, Various Jump Start series, TechEd videos, BUILD conference videos.

http://social.technet.microsoft.com/wiki/ - TechNet Wiki
http://channel9.msdn.com/Shows/Defrag-Tools Each *Defrag Tools* show
focuses on a specific tool
http://channel9.msdn.com/coding4fun - tons of shows and JumpStart series
and random projects
http://channel9.msdn.com/Events/Build
http://channel9.msdn.com/Browse/Series
http://channel9.msdn.com/Browse/Shows
http://channel9.msdn.com/Events/TechEd
http://channel9.msdn.com/Browse/Events?sort=recent


I have a bunch of links to 'training type' video's, test lab guides,
virtual labs and resources linked here as well :
http://www.blkmtn.org/Microsoft_Private_Cloud_Training-Videos

Steven Peck
http://www.blkmtn.org


On Thu, Feb 28, 2013 at 2:41 PM, kz2...@googlemail.com wrote:

 I'm quite impressed with that too. Shows how good MS are at publicizing
 good features they develop (i.e. not at all)
 Sent from my Blackberry, which may be an antique but delivers email
 RELIABLY
 --
 *From: * Maglinger, Paul pmaglin...@scvl.com
 *Date: *Thu, 28 Feb 2013 22:36:10 +
 *To: *NT System Admin Issuesntsysadmin@lyris.sunbelt-software.com
 *ReplyTo: * NT System Admin Issues 
 ntsysadmin@lyris.sunbelt-software.com
 *Subject: *RE: IIS reporting/monitoring free tool

  Damn.  You had to show me that.  Now I can’t bad mouth IE quite as much
 as I used to.

 ** **

 *From:* Steven Peck [mailto:sep...@gmail.com]
 *Sent:* Thursday, February 28, 2013 3:24 PM
 *To:* NT System Admin Issues
 *Subject:* Re: IIS reporting/monitoring free tool

 ** **

 For basic testing from a client machine you can also use F12 in IE.  

 Go to Network, Start Capture

 Type in the URL

 Click around, do stuff.  Stop Capture.

  

 It will at least get you response request information, various calls etc.
 and it's most likely on the client system already.

  

 That said, play around with the other tools, this just happens to already
 be there. :)

  

  



  

 On Thu, Feb 28, 2013 at 12:47 PM, Ziots, Edward ezi...@lifespan.org
 wrote:

 Fiddler can tell you some of the same information but httpwatch is a good
 tool to troubleshoot client side issues when looking at web information.

 Z

 Edward E. Ziots, CISSP, Security +, Network +
 Security Engineer
 Lifespan Organization
 ezi...@lifespan.org

 This electronic message and any attachments may be privileged and
 confidential and protected from disclosure. If you are reading this
 message, but are not the intended recipient, nor an employee or agent
 responsible for delivering this message to the intended recipient, you are
 hereby notified that you are strictly prohibited from copying, printing,
 forwarding or otherwise disseminating this communication. If you have
 received this communication in error, please immediately notify the sender
 by replying to the message

RE: MS tools and resource communications - was: IIS reporting/monitoring free tool

2013-02-28 Thread Webster
Yeah, I think some heavy sarcasm was implied in the post.

Thanks


Webster

From: Ken Schaefer [mailto:k...@adopenstatic.com]
Sent: Thursday, February 28, 2013 6:01 PM
To: NT System Admin Issues
Subject: RE: MS tools and resource communications - was: IIS 
reporting/monitoring free tool

Not sure if you're j/king re Hanselman. He definitely works for MS -  has a 
fairly senior role in the Web Tools and Platform team

Cheers
Ken

From: Steven Peck [mailto:sep...@gmail.com]
Sent: Friday, 1 March 2013 10:48 AM
To: NT System Admin Issues
Subject: MS tools and resource communications - was: IIS reporting/monitoring 
free tool

I've known about it for years and have mentioned it a time or two on this list. 
 :)
I worked with some of the MS folks on some stuff they sponsored for in the Open 
Source community and they just cannot get credit for the stuff they do without 
angry people and rioters showing up to burn the place down.

Of course for a while I heavily supported a web developer community (Drupal) so 
was aware of a lot of web focused tools.  It was also mentioned in various 
podcasts and videos are part of an overall tool set from MS.  It was more 
mentioned when the Firebug tool came out years ago.  However when that happened 
all the Firebug advocates could say was 'copy' or well but I don't use IE or 
something else and promptly dismiss it.

Some random links regarding it just cause:   :)

TechNet
http://msdn.microsoft.com/en-us/library/ie/gg589507(v=vs.85).aspx
Scott Hanselman - I think he has something to do with MS, not sure... small 
obscure role maybe.  I think he posts random stuff.
http://www.hanselman.com/blog/TheInternetIsNotABlackBoxLookInside.aspx

~ 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 listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: MS tools and resource communications - was: IIS reporting/monitoring free tool

2013-02-28 Thread Steven Peck
Don't make me pull out my joke tags!

On Thu, Feb 28, 2013 at 4:00 PM, Ken Schaefer k...@adopenstatic.com wrote:

  Not sure if you’re j/king re Hanselman. He definitely works for MS –  has
 a fairly senior role in the Web Tools and Platform team

 ** **

 Cheers

 Ken

 ** **

 *From:* Steven Peck [mailto:sep...@gmail.com]
 *Sent:* Friday, 1 March 2013 10:48 AM

 *To:* NT System Admin Issues
 *Subject:* MS tools and resource communications - was: IIS
 reporting/monitoring free tool

 ** **

 I've known about it for years and have mentioned it a time or two on this
 list.  :)

 I worked with some of the MS folks on some stuff they sponsored for in the
 Open Source community and they just cannot get credit for the stuff they do
 without angry people and rioters showing up to burn the place down.

  

 Of course for a while I heavily supported a web developer community
 (Drupal) so was aware of a lot of web focused tools.  It was also mentioned
 in various podcasts and videos are part of an overall tool set from MS.  It
 was more mentioned when the Firebug tool came out years ago.  However when
 that happened all the Firebug advocates could say was 'copy' or well but I
 don't use IE or something else and promptly dismiss it.

  

 Some random links regarding it just cause:   :)

  

 TechNet

 http://msdn.microsoft.com/en-us/library/ie/gg589507(v=vs.85).aspx

 Scott Hanselman - I think he has something to do with MS, not sure...
 small obscure role maybe.  I think he posts random stuff.

 http://www.hanselman.com/blog/TheInternetIsNotABlackBoxLookInside.aspx

  

 On the IE8 announcement page there is a mention of it. (Not digging up IE9
 :)

 http://www.microsoft.com/web/platform/tools-ie.aspx?templang=fr-ch

  

 -

  

 MS just can't get buzz on some things when every time they try the
 Internets jump on and devolve it into a giant bonfire of a comment fest.
 It doesn't help that they are so large and have so many different voices
 and outlets. 

  

 They have been doing much better in the last few years trying to build
 communities around interests and specialties and MVPs but they are so large
 it's challenging and often from our perspective there are missteps and so
 much over all noise that really cool or neat things get lost or missed.***
 *

  

 So, in the interests of communications, if you weren't aware here are some
 additional sources of information.  :)

  

 TechNet wiki is a nice place depending on the technology you support lots
 of additional content there and the ability to add to it yourself and
 edit.  Channel9 has tons of awesome resources and shows such as Defrag
 Tools, Various Jump Start series, TechEd videos, BUILD conference videos.*
 ***

  

 http://social.technet.microsoft.com/wiki/ - TechNet Wiki

 http://channel9.msdn.com/Shows/Defrag-Tools Each *Defrag Tools* show
 focuses on a specific tool

 http://channel9.msdn.com/coding4fun - tons of shows and JumpStart series
 and random projects

 http://channel9.msdn.com/Events/Build

 http://channel9.msdn.com/Browse/Series

 http://channel9.msdn.com/Browse/Shows

 http://channel9.msdn.com/Events/TechEd

 http://channel9.msdn.com/Browse/Events?sort=recent

  

  

 I have a bunch of links to 'training type' video's, test lab guides,
 virtual labs and resources linked here as well :
 http://www.blkmtn.org/Microsoft_Private_Cloud_Training-Videos


 Steven Peck

 http://www.blkmtn.org


  

 On Thu, Feb 28, 2013 at 2:41 PM, kz2...@googlemail.com wrote:

  I'm quite impressed with that too. Shows how good MS are at publicizing
 good features they develop (i.e. not at all)

 Sent from my Blackberry, which may be an antique but delivers email
 RELIABLY
  --

 *From: *Maglinger, Paul pmaglin...@scvl.com 

 *Date: *Thu, 28 Feb 2013 22:36:10 +

 *To: *NT System Admin Issuesntsysadmin@lyris.sunbelt-software.com

 *ReplyTo: *NT System Admin Issues ntsysadmin@lyris.sunbelt-software.com
 

 *Subject: *RE: IIS reporting/monitoring free tool

 ** **

 Damn.  You had to show me that.  Now I can’t bad mouth IE quite as much as
 I used to.

  

 *From:* Steven Peck [mailto:sep...@gmail.com]
 *Sent:* Thursday, February 28, 2013 3:24 PM
 *To:* NT System Admin Issues
 *Subject:* Re: IIS reporting/monitoring free tool

  

 For basic testing from a client machine you can also use F12 in IE.  

 Go to Network, Start Capture

 Type in the URL

 Click around, do stuff.  Stop Capture.

  

 It will at least get you response request information, various calls etc.
 and it's most likely on the client system already.

  

 That said, play around with the other tools, this just happens to already
 be there. :)

  

  



  

 On Thu, Feb 28, 2013 at 12:47 PM, Ziots, Edward

RE: IIS reporting/monitoring free tool

2013-02-27 Thread itli...@imcu.com
Solarwinds, didn't give me the results I wanted, I need to know how long
each page is taken to return to the client workstations for a particular
app.

Couldn't get AWSTATS to even give me one result.(Had it working on
another server last year but can not get this one to configure
properly.)

IIS reporter but it is only giving me active connections to IIS not per
page or duration times?

I saw Beta 7.0 had a IIS reporting tool but dev decided it wasn't need
for admin tools of IIS 7.5???

Seems like that would be a good thing, unless they were borrowing
someones code to get their results???

Anyways, thought I would try here??

 

 

From: Andrew S. Baker [mailto:asbz...@gmail.com] 
Posted At: Tuesday, February 26, 2013 10:31 AM
Posted To: itli...@imcu.com
Conversation: IIS reporting/monitoring free tool
Subject: Re: IIS reporting/monitoring free tool

 

Given the number of google entries that cover this request, what have
you already ruled out and why?




 

 

ASB
http://XeeMe.com/AndrewBaker http://xeeme.com/AndrewBaker 
Providing Virtual CIO Services (IT Operations  Information Security)
for the SMB market...

 

 

On Tue, Feb 26, 2013 at 10:19 AM, itli...@imcu.com itli...@imcu.com
wrote:

Looking for a free IIS monitoring or reporting tool for IIS 7.5 on
server 2008 r2.

Any suggestions?

~ 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 listmana...@lyris.sunbeltsoftware.com
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 listmana...@lyris.sunbeltsoftware.com
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 listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: IIS reporting/monitoring free tool

2013-02-27 Thread Ken Schaefer
The best way you are going to get a true picture of this if is you run the tool 
on the client machine, or at the client's location. Not on the server.

On the server you can look at the Time-Taken field in the IIS logs to get some 
idea of how long it takes IIS to put the page onto the wire. That's not the 
same as the client actually receiving the packet, and doesn't take into account 
any proxies, accelerators, caches etc. between the server and the client.

Anyway, if you have some more requirements, then perhaps we can help with your 
searching.

Cheers
Ken

From: itli...@imcu.com [mailto:itli...@imcu.com]
Sent: Thursday, 28 February 2013 7:56 AM
To: NT System Admin Issues
Subject: RE: IIS reporting/monitoring free tool

Solarwinds, didn't give me the results I wanted, I need to know how long each 
page is taken to return to the client workstations for a particular app.
Couldn't get AWSTATS to even give me one result.(Had it working on another 
server last year but can not get this one to configure properly.)
IIS reporter but it is only giving me active connections to IIS not per page or 
duration times?
I saw Beta 7.0 had a IIS reporting tool but dev decided it wasn't need for 
admin tools of IIS 7.5???
Seems like that would be a good thing, unless they were borrowing someones code 
to get their results???
Anyways, thought I would try here??


From: Andrew S. Baker [mailto:asbz...@gmail.com]
Posted At: Tuesday, February 26, 2013 10:31 AM
Posted To: itli...@imcu.commailto:itli...@imcu.com
Conversation: IIS reporting/monitoring free tool
Subject: Re: IIS reporting/monitoring free tool

Given the number of google entries that cover this request, what have you 
already ruled out and why?






ASB
http://XeeMe.com/AndrewBakerhttp://xeeme.com/AndrewBaker
Providing Virtual CIO Services (IT Operations  Information Security) for the 
SMB market...




On Tue, Feb 26, 2013 at 10:19 AM, itli...@imcu.commailto:itli...@imcu.com 
itli...@imcu.commailto:itli...@imcu.com wrote:
Looking for a free IIS monitoring or reporting tool for IIS 7.5 on server 2008 
r2.
Any suggestions?

~ 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 listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Free tool for querying remote Windows Event Logs

2011-07-27 Thread Steve Kradel
Hi list,

I'm pleased to have something new to share that I think a lot of you
will find useful; having been frustrated by the slow speed of
EventCombMT and the ponderous behavior of the Event Log MMC snap-in
when trying to do everyday things like diagnose account lockouts and
AD object changes, I knew there had to be a better way...

If you're on a Server 2008+ [*] environment and don't mind breaking
out a command shell window, here is that better way:
http://zetetic.net/products/events

As a sample use case, the command ZeShell -e
delete,after=20-july-2011 will scan all of your domain's read-write
domain controllers, in parallel, for AD object deletions since July
20.  Or you can give it a list of event IDs in the familiar
1,2,3,5-10 format.  Just type ZeShell -? for details.  You'll need
to be in the Event Log Readers group (or have Admin or DA access)
for each machine you want to query.

Please try it out, kick the tires, let me know what you think!  I
promise you will find this to be *much* faster than the built-in log
viewer.  We're absolutely open to ideas and suggestions too.

Thanks,
Steve

[*] This tool is also able to query the Event Log on 2003 / XP hosts,
but it will not do so with the same speed and efficiency as querying
Server 2008, Vista, Win7, or newer, due to limitations of the older
eventing service.

-- 
skra...@zetetic.net
Philadelphia, PA

~ 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 listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


Re: Free tool for querying remote Windows Event Logs

2011-07-27 Thread Rubens Almeida
LogParser comes to mind when I have to deal with remote event logs...

On Wed, Jul 27, 2011 at 3:07 PM, Steve Kradel skra...@zetetic.net wrote:
 Hi list,

 I'm pleased to have something new to share that I think a lot of you
 will find useful; having been frustrated by the slow speed of
 EventCombMT and the ponderous behavior of the Event Log MMC snap-in
 when trying to do everyday things like diagnose account lockouts and
 AD object changes, I knew there had to be a better way...

 If you're on a Server 2008+ [*] environment and don't mind breaking
 out a command shell window, here is that better way:
 http://zetetic.net/products/events

 As a sample use case, the command ZeShell -e
 delete,after=20-july-2011 will scan all of your domain's read-write
 domain controllers, in parallel, for AD object deletions since July
 20.  Or you can give it a list of event IDs in the familiar
 1,2,3,5-10 format.  Just type ZeShell -? for details.  You'll need
 to be in the Event Log Readers group (or have Admin or DA access)
 for each machine you want to query.

 Please try it out, kick the tires, let me know what you think!  I
 promise you will find this to be *much* faster than the built-in log
 viewer.  We're absolutely open to ideas and suggestions too.

 Thanks,
 Steve

 [*] This tool is also able to query the Event Log on 2003 / XP hosts,
 but it will not do so with the same speed and efficiency as querying
 Server 2008, Vista, Win7, or newer, due to limitations of the older
 eventing service.

 --
 skra...@zetetic.net
 Philadelphia, PA

 ~ 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 listmana...@lyris.sunbeltsoftware.com
 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 listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



Re: Free tool for querying remote Windows Event Logs

2011-07-27 Thread Steven Peck
He's a spammer.



On Wed, Jul 27, 2011 at 11:30 AM, Rubens Almeida rubensalme...@gmail.comwrote:

 LogParser comes to mind when I have to deal with remote event logs...

 On Wed, Jul 27, 2011 at 3:07 PM, Steve Kradel skra...@zetetic.net wrote:
  Hi list,
 
  I'm pleased to have something new to share that I think a lot of you
  will find useful; having been frustrated by the slow speed of
  EventCombMT and the ponderous behavior of the Event Log MMC snap-in
  when trying to do everyday things like diagnose account lockouts and
  AD object changes, I knew there had to be a better way...
 
  If you're on a Server 2008+ [*] environment and don't mind breaking
  out a command shell window, here is that better way:
  http://zetetic.net/products/events
 
  As a sample use case, the command ZeShell -e
  delete,after=20-july-2011 will scan all of your domain's read-write
  domain controllers, in parallel, for AD object deletions since July
  20.  Or you can give it a list of event IDs in the familiar
  1,2,3,5-10 format.  Just type ZeShell -? for details.  You'll need
  to be in the Event Log Readers group (or have Admin or DA access)
  for each machine you want to query.
 
  Please try it out, kick the tires, let me know what you think!  I
  promise you will find this to be *much* faster than the built-in log
  viewer.  We're absolutely open to ideas and suggestions too.
 
  Thanks,
  Steve
 
  [*] This tool is also able to query the Event Log on 2003 / XP hosts,
  but it will not do so with the same speed and efficiency as querying
  Server 2008, Vista, Win7, or newer, due to limitations of the older
  eventing service.
 
  --
  skra...@zetetic.net
  Philadelphia, PA
 
  ~ 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 listmana...@lyris.sunbeltsoftware.com
  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 listmana...@lyris.sunbeltsoftware.com
 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 listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Free tool for querying remote Windows Event Logs

2011-07-27 Thread Michael B. Smith
Who? Steve?

I wouldn't say that.

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Steven Peck [mailto:sep...@gmail.com]
Sent: Wednesday, July 27, 2011 2:33 PM
To: NT System Admin Issues
Subject: Re: Free tool for querying remote Windows Event Logs

He's a spammer.



On Wed, Jul 27, 2011 at 11:30 AM, Rubens Almeida 
rubensalme...@gmail.commailto:rubensalme...@gmail.com wrote:
LogParser comes to mind when I have to deal with remote event logs...

On Wed, Jul 27, 2011 at 3:07 PM, Steve Kradel 
skra...@zetetic.netmailto:skra...@zetetic.net wrote:
 Hi list,

 I'm pleased to have something new to share that I think a lot of you
 will find useful; having been frustrated by the slow speed of
 EventCombMT and the ponderous behavior of the Event Log MMC snap-in
 when trying to do everyday things like diagnose account lockouts and
 AD object changes, I knew there had to be a better way...

 If you're on a Server 2008+ [*] environment and don't mind breaking
 out a command shell window, here is that better way:
 http://zetetic.net/products/events

 As a sample use case, the command ZeShell -e
 delete,after=20-july-2011 will scan all of your domain's read-write
 domain controllers, in parallel, for AD object deletions since July
 20.  Or you can give it a list of event IDs in the familiar
 1,2,3,5-10 format.  Just type ZeShell -? for details.  You'll need
 to be in the Event Log Readers group (or have Admin or DA access)
 for each machine you want to query.

 Please try it out, kick the tires, let me know what you think!  I
 promise you will find this to be *much* faster than the built-in log
 viewer.  We're absolutely open to ideas and suggestions too.

 Thanks,
 Steve

 [*] This tool is also able to query the Event Log on 2003 / XP hosts,
 but it will not do so with the same speed and efficiency as querying
 Server 2008, Vista, Win7, or newer, due to limitations of the older
 eventing service.

 --
 skra...@zetetic.netmailto:skra...@zetetic.net
 Philadelphia, PA

 ~ 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 
 listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
 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 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
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 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
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 listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Free tool for querying remote Windows Event Logs

2011-07-27 Thread Steve Ens
Steven Peck or Steve Kradel?  Or me?

On Wed, Jul 27, 2011 at 1:34 PM, Michael B. Smith mich...@smithcons.comwrote:

  Who? Steve?

 ** **

 I wouldn’t say that.

 ** **

 Regards,

 ** **

 Michael B. Smith

 Consultant and Exchange MVP

 http://TheEssentialExchange.com

 ** **

 *From:* Steven Peck [mailto:sep...@gmail.com]
 *Sent:* Wednesday, July 27, 2011 2:33 PM
 *To:* NT System Admin Issues
 *Subject:* Re: Free tool for querying remote Windows Event Logs

 ** **

 He's a spammer.



  

 On Wed, Jul 27, 2011 at 11:30 AM, Rubens Almeida rubensalme...@gmail.com
 wrote:

 LogParser comes to mind when I have to deal with remote event logs...


 On Wed, Jul 27, 2011 at 3:07 PM, Steve Kradel skra...@zetetic.net wrote:
  Hi list,
 
  I'm pleased to have something new to share that I think a lot of you
  will find useful; having been frustrated by the slow speed of
  EventCombMT and the ponderous behavior of the Event Log MMC snap-in
  when trying to do everyday things like diagnose account lockouts and
  AD object changes, I knew there had to be a better way...
 
  If you're on a Server 2008+ [*] environment and don't mind breaking
  out a command shell window, here is that better way:
  http://zetetic.net/products/events
 
  As a sample use case, the command ZeShell -e
  delete,after=20-july-2011 will scan all of your domain's read-write
  domain controllers, in parallel, for AD object deletions since July
  20.  Or you can give it a list of event IDs in the familiar
  1,2,3,5-10 format.  Just type ZeShell -? for details.  You'll need
  to be in the Event Log Readers group (or have Admin or DA access)
  for each machine you want to query.
 
  Please try it out, kick the tires, let me know what you think!  I
  promise you will find this to be *much* faster than the built-in log
  viewer.  We're absolutely open to ideas and suggestions too.
 
  Thanks,
  Steve
 
  [*] This tool is also able to query the Event Log on 2003 / XP hosts,
  but it will not do so with the same speed and efficiency as querying
  Server 2008, Vista, Win7, or newer, due to limitations of the older
  eventing service.
 
  --
  skra...@zetetic.net
  Philadelphia, PA
 
  ~ 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 listmana...@lyris.sunbeltsoftware.com
  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 listmana...@lyris.sunbeltsoftware.com
 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 listmana...@lyris.sunbeltsoftware.com
 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 listmana...@lyris.sunbeltsoftware.com
 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 listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Free tool for querying remote Windows Event Logs

2011-07-27 Thread Michael B. Smith
Heh. I was referring to Steve Kradel.

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Steve Ens [mailto:stevey...@gmail.com]
Sent: Wednesday, July 27, 2011 2:47 PM
To: NT System Admin Issues
Subject: Re: Free tool for querying remote Windows Event Logs

Steven Peck or Steve Kradel?  Or me?
On Wed, Jul 27, 2011 at 1:34 PM, Michael B. Smith 
mich...@smithcons.commailto:mich...@smithcons.com wrote:
Who? Steve?

I wouldn't say that.

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Steven Peck [mailto:sep...@gmail.commailto:sep...@gmail.com]
Sent: Wednesday, July 27, 2011 2:33 PM
To: NT System Admin Issues
Subject: Re: Free tool for querying remote Windows Event Logs

He's a spammer.



On Wed, Jul 27, 2011 at 11:30 AM, Rubens Almeida 
rubensalme...@gmail.commailto:rubensalme...@gmail.com wrote:
LogParser comes to mind when I have to deal with remote event logs...

On Wed, Jul 27, 2011 at 3:07 PM, Steve Kradel 
skra...@zetetic.netmailto:skra...@zetetic.net wrote:
 Hi list,

 I'm pleased to have something new to share that I think a lot of you
 will find useful; having been frustrated by the slow speed of
 EventCombMT and the ponderous behavior of the Event Log MMC snap-in
 when trying to do everyday things like diagnose account lockouts and
 AD object changes, I knew there had to be a better way...

 If you're on a Server 2008+ [*] environment and don't mind breaking
 out a command shell window, here is that better way:
 http://zetetic.net/products/events

 As a sample use case, the command ZeShell -e
 delete,after=20-july-2011 will scan all of your domain's read-write
 domain controllers, in parallel, for AD object deletions since July
 20.  Or you can give it a list of event IDs in the familiar
 1,2,3,5-10 format.  Just type ZeShell -? for details.  You'll need
 to be in the Event Log Readers group (or have Admin or DA access)
 for each machine you want to query.

 Please try it out, kick the tires, let me know what you think!  I
 promise you will find this to be *much* faster than the built-in log
 viewer.  We're absolutely open to ideas and suggestions too.

 Thanks,
 Steve

 [*] This tool is also able to query the Event Log on 2003 / XP hosts,
 but it will not do so with the same speed and efficiency as querying
 Server 2008, Vista, Win7, or newer, due to limitations of the older
 eventing service.

 --
 skra...@zetetic.netmailto:skra...@zetetic.net
 Philadelphia, PA

 ~ 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 
 listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
 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 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
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 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
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 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
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 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
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 listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Free tool for querying remote Windows Event Logs

2011-07-27 Thread Steven Peck
I don't have any other messages from a Steve Kradel in my folders for this
list and it was a product from a company attached to his email list.  It
seemed to match marketing and presentation.  Not saying the tool isn't
interesting, just it seemed to match the spam test.  I freely admit I may be
wrong.

On Wed, Jul 27, 2011 at 11:48 AM, Michael B. Smith mich...@smithcons.comwrote:

  Heh. I was referring to Steve Kradel.

 ** **

 Regards,

 ** **

 Michael B. Smith

 Consultant and Exchange MVP

 http://TheEssentialExchange.com

 ** **

 *From:* Steve Ens [mailto:stevey...@gmail.com]
 *Sent:* Wednesday, July 27, 2011 2:47 PM

 *To:* NT System Admin Issues
 *Subject:* Re: Free tool for querying remote Windows Event Logs

 ** **

 Steven Peck or Steve Kradel?  Or me?

 On Wed, Jul 27, 2011 at 1:34 PM, Michael B. Smith mich...@smithcons.com
 wrote:

 Who? Steve?

  

 I wouldn’t say that.

  

 Regards,

  

 Michael B. Smith

 Consultant and Exchange MVP

 http://TheEssentialExchange.com

  

 *From:* Steven Peck [mailto:sep...@gmail.com]
 *Sent:* Wednesday, July 27, 2011 2:33 PM
 *To:* NT System Admin Issues
 *Subject:* Re: Free tool for querying remote Windows Event Logs

  

 He's a spammer.



  

 On Wed, Jul 27, 2011 at 11:30 AM, Rubens Almeida rubensalme...@gmail.com
 wrote:

 LogParser comes to mind when I have to deal with remote event logs...


 On Wed, Jul 27, 2011 at 3:07 PM, Steve Kradel skra...@zetetic.net wrote:
  Hi list,
 
  I'm pleased to have something new to share that I think a lot of you
  will find useful; having been frustrated by the slow speed of
  EventCombMT and the ponderous behavior of the Event Log MMC snap-in
  when trying to do everyday things like diagnose account lockouts and
  AD object changes, I knew there had to be a better way...
 
  If you're on a Server 2008+ [*] environment and don't mind breaking
  out a command shell window, here is that better way:
  http://zetetic.net/products/events
 
  As a sample use case, the command ZeShell -e
  delete,after=20-july-2011 will scan all of your domain's read-write
  domain controllers, in parallel, for AD object deletions since July
  20.  Or you can give it a list of event IDs in the familiar
  1,2,3,5-10 format.  Just type ZeShell -? for details.  You'll need
  to be in the Event Log Readers group (or have Admin or DA access)
  for each machine you want to query.
 
  Please try it out, kick the tires, let me know what you think!  I
  promise you will find this to be *much* faster than the built-in log
  viewer.  We're absolutely open to ideas and suggestions too.
 
  Thanks,
  Steve
 
  [*] This tool is also able to query the Event Log on 2003 / XP hosts,
  but it will not do so with the same speed and efficiency as querying
  Server 2008, Vista, Win7, or newer, due to limitations of the older
  eventing service.
 
  --
  skra...@zetetic.net
  Philadelphia, PA
 
  ~ 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 listmana...@lyris.sunbeltsoftware.com
  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 listmana...@lyris.sunbeltsoftware.com
 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 listmana...@lyris.sunbeltsoftware.com
 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 listmana...@lyris.sunbeltsoftware.com
 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 listmana...@lyris.sunbeltsoftware.com
 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 listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin


~ Finally

RE: Free tool for querying remote Windows Event Logs

2011-07-27 Thread Michael B. Smith
Sorry. He's quite active on the activedir list.

I didn't pay a lot of attention to where he posted it.

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Steven Peck [mailto:sep...@gmail.com]
Sent: Wednesday, July 27, 2011 2:55 PM
To: NT System Admin Issues
Subject: Re: Free tool for querying remote Windows Event Logs

I don't have any other messages from a Steve Kradel in my folders for this 
list and it was a product from a company attached to his email list.  It seemed 
to match marketing and presentation.  Not saying the tool isn't interesting, 
just it seemed to match the spam test.  I freely admit I may be wrong.
On Wed, Jul 27, 2011 at 11:48 AM, Michael B. Smith 
mich...@smithcons.commailto:mich...@smithcons.com wrote:
Heh. I was referring to Steve Kradel.

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Steve Ens [mailto:stevey...@gmail.commailto:stevey...@gmail.com]
Sent: Wednesday, July 27, 2011 2:47 PM

To: NT System Admin Issues
Subject: Re: Free tool for querying remote Windows Event Logs

Steven Peck or Steve Kradel?  Or me?
On Wed, Jul 27, 2011 at 1:34 PM, Michael B. Smith 
mich...@smithcons.commailto:mich...@smithcons.com wrote:
Who? Steve?

I wouldn't say that.

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Steven Peck [mailto:sep...@gmail.commailto:sep...@gmail.com]
Sent: Wednesday, July 27, 2011 2:33 PM
To: NT System Admin Issues
Subject: Re: Free tool for querying remote Windows Event Logs

He's a spammer.



On Wed, Jul 27, 2011 at 11:30 AM, Rubens Almeida 
rubensalme...@gmail.commailto:rubensalme...@gmail.com wrote:
LogParser comes to mind when I have to deal with remote event logs...

On Wed, Jul 27, 2011 at 3:07 PM, Steve Kradel 
skra...@zetetic.netmailto:skra...@zetetic.net wrote:
 Hi list,

 I'm pleased to have something new to share that I think a lot of you
 will find useful; having been frustrated by the slow speed of
 EventCombMT and the ponderous behavior of the Event Log MMC snap-in
 when trying to do everyday things like diagnose account lockouts and
 AD object changes, I knew there had to be a better way...

 If you're on a Server 2008+ [*] environment and don't mind breaking
 out a command shell window, here is that better way:
 http://zetetic.net/products/events

 As a sample use case, the command ZeShell -e
 delete,after=20-july-2011 will scan all of your domain's read-write
 domain controllers, in parallel, for AD object deletions since July
 20.  Or you can give it a list of event IDs in the familiar
 1,2,3,5-10 format.  Just type ZeShell -? for details.  You'll need
 to be in the Event Log Readers group (or have Admin or DA access)
 for each machine you want to query.

 Please try it out, kick the tires, let me know what you think!  I
 promise you will find this to be *much* faster than the built-in log
 viewer.  We're absolutely open to ideas and suggestions too.

 Thanks,
 Steve

 [*] This tool is also able to query the Event Log on 2003 / XP hosts,
 but it will not do so with the same speed and efficiency as querying
 Server 2008, Vista, Win7, or newer, due to limitations of the older
 eventing service.

 --
 skra...@zetetic.netmailto:skra...@zetetic.net
 Philadelphia, PA

 ~ 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 
 listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
 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 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
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 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
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 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
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

Re: Free tool for querying remote Windows Event Logs

2011-07-27 Thread Ben Scott
On Wed, Jul 27, 2011 at 2:34 PM, Michael B. Smith mich...@smithcons.com wrote:
 He's a spammer.

 Who? Steve?  I wouldn’t say that.

  His sole post to this list is an advertisement for their product.
That's pretty much the definition of spam.

  He isn't selling replica Rolexes out of Russia using a hijacked
Hotmail account, true, but spam comes in many flavors.  Some of it
looks more appetizing.  Still spam.  Our list host had to learn that
lesson the hard way, some may recall.

-- Ben

~ 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 listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



Re: Free tool for querying remote Windows Event Logs

2011-07-27 Thread Steve Kradel
I'm sorry if my note came across as spammy.  I posted to this list
because I think the list members will find it useful.  The software is
free of charge for any purpose and contains no nags, and you may fill
out the contact form with bogus information if you like.  I believe
this is in compliance with the list charter.

I haven't made any other posts to this particular list, and for that
transgression, I apologize.

--Steve

On Wed, Jul 27, 2011 at 2:32 PM, Steven Peck sep...@gmail.com wrote:
 He's a spammer.


 On Wed, Jul 27, 2011 at 11:30 AM, Rubens Almeida rubensalme...@gmail.com
 wrote:

 LogParser comes to mind when I have to deal with remote event logs...

 On Wed, Jul 27, 2011 at 3:07 PM, Steve Kradel skra...@zetetic.net wrote:
  Hi list,
 
  I'm pleased to have something new to share that I think a lot of you
  will find useful; having been frustrated by the slow speed of
  EventCombMT and the ponderous behavior of the Event Log MMC snap-in
  when trying to do everyday things like diagnose account lockouts and
  AD object changes, I knew there had to be a better way...
 
  If you're on a Server 2008+ [*] environment and don't mind breaking
  out a command shell window, here is that better way:
  http://zetetic.net/products/events
 
  As a sample use case, the command ZeShell -e
  delete,after=20-july-2011 will scan all of your domain's read-write
  domain controllers, in parallel, for AD object deletions since July
  20.  Or you can give it a list of event IDs in the familiar
  1,2,3,5-10 format.  Just type ZeShell -? for details.  You'll need
  to be in the Event Log Readers group (or have Admin or DA access)
  for each machine you want to query.
 
  Please try it out, kick the tires, let me know what you think!  I
  promise you will find this to be *much* faster than the built-in log
  viewer.  We're absolutely open to ideas and suggestions too.
 
  Thanks,
  Steve
 
  [*] This tool is also able to query the Event Log on 2003 / XP hosts,
  but it will not do so with the same speed and efficiency as querying
  Server 2008, Vista, Win7, or newer, due to limitations of the older
  eventing service.
 
  --
  skra...@zetetic.net
  Philadelphia, PA
 
  ~ 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 listmana...@lyris.sunbeltsoftware.com
  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 listmana...@lyris.sunbeltsoftware.com
 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 listmana...@lyris.sunbeltsoftware.com
 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 listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



Re: Free tool for querying remote Windows Event Logs

2011-07-27 Thread Steve Kradel
LogParser is definitely very powerful--much, much more flexible, in
fact--it is sort of a mini-ETL tool.  On the other hand, it hasn't
been updated in over six years, and doesn't seem to be aware of the
Server 2008 event log facilities, which can make an *enormous*
difference in the time and resources needed to satisfy a search.  This
tool only works with event logs, and only renders the output to text,
but can be dramatically faster to that end.

--Steve

On Wed, Jul 27, 2011 at 2:30 PM, Rubens Almeida rubensalme...@gmail.com wrote:
 LogParser comes to mind when I have to deal with remote event logs...

 On Wed, Jul 27, 2011 at 3:07 PM, Steve Kradel skra...@zetetic.net wrote:
 Hi list,

 I'm pleased to have something new to share that I think a lot of you
 will find useful; having been frustrated by the slow speed of
 EventCombMT and the ponderous behavior of the Event Log MMC snap-in
 when trying to do everyday things like diagnose account lockouts and
 AD object changes, I knew there had to be a better way...

 If you're on a Server 2008+ [*] environment and don't mind breaking
 out a command shell window, here is that better way:
 http://zetetic.net/products/events

 As a sample use case, the command ZeShell -e
 delete,after=20-july-2011 will scan all of your domain's read-write
 domain controllers, in parallel, for AD object deletions since July
 20.  Or you can give it a list of event IDs in the familiar
 1,2,3,5-10 format.  Just type ZeShell -? for details.  You'll need
 to be in the Event Log Readers group (or have Admin or DA access)
 for each machine you want to query.

 Please try it out, kick the tires, let me know what you think!  I
 promise you will find this to be *much* faster than the built-in log
 viewer.  We're absolutely open to ideas and suggestions too.

 Thanks,
 Steve

 [*] This tool is also able to query the Event Log on 2003 / XP hosts,
 but it will not do so with the same speed and efficiency as querying
 Server 2008, Vista, Win7, or newer, due to limitations of the older
 eventing service.

 --
 skra...@zetetic.net
 Philadelphia, PA

 ~ 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 listmana...@lyris.sunbeltsoftware.com
 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 listmana...@lyris.sunbeltsoftware.com
 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 listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



RE: Free tool for querying remote Windows Event Logs

2011-07-27 Thread Free, Bob
-1

Steve does not remotely fit any definition of a spammer that I utilize. :)


From: Steven Peck [mailto:sep...@gmail.com]
Sent: Wednesday, July 27, 2011 11:55 AM
To: NT System Admin Issues
Subject: Re: Free tool for querying remote Windows Event Logs

I don't have any other messages from a Steve Kradel in my folders for this 
list and it was a product from a company attached to his email list.  It seemed 
to match marketing and presentation.  Not saying the tool isn't interesting, 
just it seemed to match the spam test.  I freely admit I may be wrong.
On Wed, Jul 27, 2011 at 11:48 AM, Michael B. Smith 
mich...@smithcons.commailto:mich...@smithcons.com wrote:
Heh. I was referring to Steve Kradel.

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Steve Ens [mailto:stevey...@gmail.commailto:stevey...@gmail.com]
Sent: Wednesday, July 27, 2011 2:47 PM

To: NT System Admin Issues
Subject: Re: Free tool for querying remote Windows Event Logs

Steven Peck or Steve Kradel?  Or me?
On Wed, Jul 27, 2011 at 1:34 PM, Michael B. Smith 
mich...@smithcons.commailto:mich...@smithcons.com wrote:
Who? Steve?

I wouldn't say that.

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Steven Peck [mailto:sep...@gmail.commailto:sep...@gmail.com]
Sent: Wednesday, July 27, 2011 2:33 PM
To: NT System Admin Issues
Subject: Re: Free tool for querying remote Windows Event Logs

He's a spammer.



On Wed, Jul 27, 2011 at 11:30 AM, Rubens Almeida 
rubensalme...@gmail.commailto:rubensalme...@gmail.com wrote:
LogParser comes to mind when I have to deal with remote event logs...

On Wed, Jul 27, 2011 at 3:07 PM, Steve Kradel 
skra...@zetetic.netmailto:skra...@zetetic.net wrote:
 Hi list,

 I'm pleased to have something new to share that I think a lot of you
 will find useful; having been frustrated by the slow speed of
 EventCombMT and the ponderous behavior of the Event Log MMC snap-in
 when trying to do everyday things like diagnose account lockouts and
 AD object changes, I knew there had to be a better way...

 If you're on a Server 2008+ [*] environment and don't mind breaking
 out a command shell window, here is that better way:
 http://zetetic.net/products/events

 As a sample use case, the command ZeShell -e
 delete,after=20-july-2011 will scan all of your domain's read-write
 domain controllers, in parallel, for AD object deletions since July
 20.  Or you can give it a list of event IDs in the familiar
 1,2,3,5-10 format.  Just type ZeShell -? for details.  You'll need
 to be in the Event Log Readers group (or have Admin or DA access)
 for each machine you want to query.

 Please try it out, kick the tires, let me know what you think!  I
 promise you will find this to be *much* faster than the built-in log
 viewer.  We're absolutely open to ideas and suggestions too.

 Thanks,
 Steve

 [*] This tool is also able to query the Event Log on 2003 / XP hosts,
 but it will not do so with the same speed and efficiency as querying
 Server 2008, Vista, Win7, or newer, due to limitations of the older
 eventing service.

 --
 skra...@zetetic.netmailto:skra...@zetetic.net
 Philadelphia, PA

 ~ 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 
 listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
 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 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
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 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
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 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
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 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com

Re: Free tool for querying remote Windows Event Logs

2011-07-27 Thread Steven Peck
You seem to have knowledge of him outside this list that many of us don't
have.  :)



On Wed, Jul 27, 2011 at 12:45 PM, Free, Bob r...@pge.com wrote:

  -1

 ** **

 Steve does not remotely fit any definition of a spammer that I utilize. J*
 ***

 ** **

 ** **

 *From:* Steven Peck [mailto:sep...@gmail.com]
 *Sent:* Wednesday, July 27, 2011 11:55 AM

 *To:* NT System Admin Issues
 *Subject:* Re: Free tool for querying remote Windows Event Logs

 ** **

 I don't have any other messages from a Steve Kradel in my folders for
 this list and it was a product from a company attached to his email list.
 It seemed to match marketing and presentation.  Not saying the tool isn't
 interesting, just it seemed to match the spam test.  I freely admit I may be
 wrong.

 On Wed, Jul 27, 2011 at 11:48 AM, Michael B. Smith mich...@smithcons.com
 wrote:

 Heh. I was referring to Steve Kradel.

  

 Regards,

  

 Michael B. Smith

 Consultant and Exchange MVP

 http://TheEssentialExchange.com

  

 *From:* Steve Ens [mailto:stevey...@gmail.com]
 *Sent:* Wednesday, July 27, 2011 2:47 PM


 *To:* NT System Admin Issues
 *Subject:* Re: Free tool for querying remote Windows Event Logs

  

 Steven Peck or Steve Kradel?  Or me?

 On Wed, Jul 27, 2011 at 1:34 PM, Michael B. Smith mich...@smithcons.com
 wrote:

 Who? Steve?

  

 I wouldn’t say that.

  

 Regards,

  

 Michael B. Smith

 Consultant and Exchange MVP

 http://TheEssentialExchange.com

  

 *From:* Steven Peck [mailto:sep...@gmail.com]
 *Sent:* Wednesday, July 27, 2011 2:33 PM
 *To:* NT System Admin Issues
 *Subject:* Re: Free tool for querying remote Windows Event Logs

  

 He's a spammer.



  

 On Wed, Jul 27, 2011 at 11:30 AM, Rubens Almeida rubensalme...@gmail.com
 wrote:

 LogParser comes to mind when I have to deal with remote event logs...


 On Wed, Jul 27, 2011 at 3:07 PM, Steve Kradel skra...@zetetic.net wrote:
  Hi list,
 
  I'm pleased to have something new to share that I think a lot of you
  will find useful; having been frustrated by the slow speed of
  EventCombMT and the ponderous behavior of the Event Log MMC snap-in
  when trying to do everyday things like diagnose account lockouts and
  AD object changes, I knew there had to be a better way...
 
  If you're on a Server 2008+ [*] environment and don't mind breaking
  out a command shell window, here is that better way:
  http://zetetic.net/products/events
 
  As a sample use case, the command ZeShell -e
  delete,after=20-july-2011 will scan all of your domain's read-write
  domain controllers, in parallel, for AD object deletions since July
  20.  Or you can give it a list of event IDs in the familiar
  1,2,3,5-10 format.  Just type ZeShell -? for details.  You'll need
  to be in the Event Log Readers group (or have Admin or DA access)
  for each machine you want to query.
 
  Please try it out, kick the tires, let me know what you think!  I
  promise you will find this to be *much* faster than the built-in log
  viewer.  We're absolutely open to ideas and suggestions too.
 
  Thanks,
  Steve
 
  [*] This tool is also able to query the Event Log on 2003 / XP hosts,
  but it will not do so with the same speed and efficiency as querying
  Server 2008, Vista, Win7, or newer, due to limitations of the older
  eventing service.
 
  --
  skra...@zetetic.net
  Philadelphia, PA
 
  ~ 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 listmana...@lyris.sunbeltsoftware.com
  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 listmana...@lyris.sunbeltsoftware.com
 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 listmana...@lyris.sunbeltsoftware.com
 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 listmana...@lyris.sunbeltsoftware.com
 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

RE: Free tool for querying remote Windows Event Logs

2011-07-27 Thread Free, Bob
I do and I guess that was my slightly inept attempt at vouching for him :-]

direct approach :: He is a good guy, very knowledgeable and helpful and would 
be a welcome addition to this list.


From: Steven Peck [mailto:sep...@gmail.com]
Sent: Wednesday, July 27, 2011 12:59 PM
To: NT System Admin Issues
Subject: Re: Free tool for querying remote Windows Event Logs

You seem to have knowledge of him outside this list that many of us don't have. 
 :)



On Wed, Jul 27, 2011 at 12:45 PM, Free, Bob r...@pge.commailto:r...@pge.com 
wrote:
-1

Steve does not remotely fit any definition of a spammer that I utilize. :)


From: Steven Peck [mailto:sep...@gmail.commailto:sep...@gmail.com]
Sent: Wednesday, July 27, 2011 11:55 AM

To: NT System Admin Issues
Subject: Re: Free tool for querying remote Windows Event Logs

I don't have any other messages from a Steve Kradel in my folders for this 
list and it was a product from a company attached to his email list.  It seemed 
to match marketing and presentation.  Not saying the tool isn't interesting, 
just it seemed to match the spam test.  I freely admit I may be wrong.
On Wed, Jul 27, 2011 at 11:48 AM, Michael B. Smith 
mich...@smithcons.commailto:mich...@smithcons.com wrote:
Heh. I was referring to Steve Kradel.

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Steve Ens [mailto:stevey...@gmail.commailto:stevey...@gmail.com]
Sent: Wednesday, July 27, 2011 2:47 PM

To: NT System Admin Issues
Subject: Re: Free tool for querying remote Windows Event Logs

Steven Peck or Steve Kradel?  Or me?
On Wed, Jul 27, 2011 at 1:34 PM, Michael B. Smith 
mich...@smithcons.commailto:mich...@smithcons.com wrote:
Who? Steve?

I wouldn't say that.

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Steven Peck [mailto:sep...@gmail.commailto:sep...@gmail.com]
Sent: Wednesday, July 27, 2011 2:33 PM
To: NT System Admin Issues
Subject: Re: Free tool for querying remote Windows Event Logs

He's a spammer.



On Wed, Jul 27, 2011 at 11:30 AM, Rubens Almeida 
rubensalme...@gmail.commailto:rubensalme...@gmail.com wrote:
LogParser comes to mind when I have to deal with remote event logs...

On Wed, Jul 27, 2011 at 3:07 PM, Steve Kradel 
skra...@zetetic.netmailto:skra...@zetetic.net wrote:
 Hi list,

 I'm pleased to have something new to share that I think a lot of you
 will find useful; having been frustrated by the slow speed of
 EventCombMT and the ponderous behavior of the Event Log MMC snap-in
 when trying to do everyday things like diagnose account lockouts and
 AD object changes, I knew there had to be a better way...

 If you're on a Server 2008+ [*] environment and don't mind breaking
 out a command shell window, here is that better way:
 http://zetetic.net/products/events

 As a sample use case, the command ZeShell -e
 delete,after=20-july-2011 will scan all of your domain's read-write
 domain controllers, in parallel, for AD object deletions since July
 20.  Or you can give it a list of event IDs in the familiar
 1,2,3,5-10 format.  Just type ZeShell -? for details.  You'll need
 to be in the Event Log Readers group (or have Admin or DA access)
 for each machine you want to query.

 Please try it out, kick the tires, let me know what you think!  I
 promise you will find this to be *much* faster than the built-in log
 viewer.  We're absolutely open to ideas and suggestions too.

 Thanks,
 Steve

 [*] This tool is also able to query the Event Log on 2003 / XP hosts,
 but it will not do so with the same speed and efficiency as querying
 Server 2008, Vista, Win7, or newer, due to limitations of the older
 eventing service.

 --
 skra...@zetetic.netmailto:skra...@zetetic.net
 Philadelphia, PA

 ~ 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 
 listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
 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 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
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 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise

RE: Free tool for querying remote Windows Event Logs

2011-07-27 Thread Michael B. Smith
+1

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Free, Bob [mailto:r...@pge.com]
Sent: Wednesday, July 27, 2011 4:15 PM
To: NT System Admin Issues
Subject: RE: Free tool for querying remote Windows Event Logs

I do and I guess that was my slightly inept attempt at vouching for him :-]

direct approach :: He is a good guy, very knowledgeable and helpful and would 
be a welcome addition to this list.


From: Steven Peck [mailto:sep...@gmail.com]mailto:[mailto:sep...@gmail.com]
Sent: Wednesday, July 27, 2011 12:59 PM
To: NT System Admin Issues
Subject: Re: Free tool for querying remote Windows Event Logs

You seem to have knowledge of him outside this list that many of us don't have. 
 :)



On Wed, Jul 27, 2011 at 12:45 PM, Free, Bob r...@pge.commailto:r...@pge.com 
wrote:
-1

Steve does not remotely fit any definition of a spammer that I utilize. :)


From: Steven Peck [mailto:sep...@gmail.commailto:sep...@gmail.com]
Sent: Wednesday, July 27, 2011 11:55 AM

To: NT System Admin Issues
Subject: Re: Free tool for querying remote Windows Event Logs

I don't have any other messages from a Steve Kradel in my folders for this 
list and it was a product from a company attached to his email list.  It seemed 
to match marketing and presentation.  Not saying the tool isn't interesting, 
just it seemed to match the spam test.  I freely admit I may be wrong.
On Wed, Jul 27, 2011 at 11:48 AM, Michael B. Smith 
mich...@smithcons.commailto:mich...@smithcons.com wrote:
Heh. I was referring to Steve Kradel.

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Steve Ens [mailto:stevey...@gmail.commailto:stevey...@gmail.com]
Sent: Wednesday, July 27, 2011 2:47 PM

To: NT System Admin Issues
Subject: Re: Free tool for querying remote Windows Event Logs

Steven Peck or Steve Kradel?  Or me?
On Wed, Jul 27, 2011 at 1:34 PM, Michael B. Smith 
mich...@smithcons.commailto:mich...@smithcons.com wrote:
Who? Steve?

I wouldn't say that.

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Steven Peck [mailto:sep...@gmail.commailto:sep...@gmail.com]
Sent: Wednesday, July 27, 2011 2:33 PM
To: NT System Admin Issues
Subject: Re: Free tool for querying remote Windows Event Logs

He's a spammer.



On Wed, Jul 27, 2011 at 11:30 AM, Rubens Almeida 
rubensalme...@gmail.commailto:rubensalme...@gmail.com wrote:
LogParser comes to mind when I have to deal with remote event logs...

On Wed, Jul 27, 2011 at 3:07 PM, Steve Kradel 
skra...@zetetic.netmailto:skra...@zetetic.net wrote:
 Hi list,

 I'm pleased to have something new to share that I think a lot of you
 will find useful; having been frustrated by the slow speed of
 EventCombMT and the ponderous behavior of the Event Log MMC snap-in
 when trying to do everyday things like diagnose account lockouts and
 AD object changes, I knew there had to be a better way...

 If you're on a Server 2008+ [*] environment and don't mind breaking
 out a command shell window, here is that better way:
 http://zetetic.net/products/events

 As a sample use case, the command ZeShell -e
 delete,after=20-july-2011 will scan all of your domain's read-write
 domain controllers, in parallel, for AD object deletions since July
 20.  Or you can give it a list of event IDs in the familiar
 1,2,3,5-10 format.  Just type ZeShell -? for details.  You'll need
 to be in the Event Log Readers group (or have Admin or DA access)
 for each machine you want to query.

 Please try it out, kick the tires, let me know what you think!  I
 promise you will find this to be *much* faster than the built-in log
 viewer.  We're absolutely open to ideas and suggestions too.

 Thanks,
 Steve

 [*] This tool is also able to query the Event Log on 2003 / XP hosts,
 but it will not do so with the same speed and efficiency as querying
 Server 2008, Vista, Win7, or newer, due to limitations of the older
 eventing service.

 --
 skra...@zetetic.netmailto:skra...@zetetic.net
 Philadelphia, PA

 ~ 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 
 listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
 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 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
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

Re: Free tool for querying remote Windows Event Logs

2011-07-27 Thread Steven Peck
It's all good.  I've been getting a ton of random vender calls the last two
weeks (not him) so this probably fed into a little side effect. :)

As we said this spring, we chose another product.
No, we don't use that here.
Wow, yet another new account representative assigned to us this year...
Why?  We have none of your products.
and on and on :)


On Wed, Jul 27, 2011 at 1:14 PM, Free, Bob r...@pge.com wrote:

  I do and I guess that was my slightly inept attempt at vouching for him
 :-]

 ** **

 direct approach :: He is a good guy, very knowledgeable and helpful and
 would be a welcome addition to this list. 

 ** **

 ** **

 *From:* Steven Peck [mailto:sep...@gmail.com]
 *Sent:* Wednesday, July 27, 2011 12:59 PM

 *To:* NT System Admin Issues
 *Subject:* Re: Free tool for querying remote Windows Event Logs

 ** **

 You seem to have knowledge of him outside this list that many of us don't
 have.  :)



  

 On Wed, Jul 27, 2011 at 12:45 PM, Free, Bob r...@pge.com wrote:

 -1

  

 Steve does not remotely fit any definition of a spammer that I utilize. J*
 ***

  

  

 *From:* Steven Peck [mailto:sep...@gmail.com]
 *Sent:* Wednesday, July 27, 2011 11:55 AM


 *To:* NT System Admin Issues
 *Subject:* Re: Free tool for querying remote Windows Event Logs

  

 I don't have any other messages from a Steve Kradel in my folders for
 this list and it was a product from a company attached to his email list.
 It seemed to match marketing and presentation.  Not saying the tool isn't
 interesting, just it seemed to match the spam test.  I freely admit I may be
 wrong.

 On Wed, Jul 27, 2011 at 11:48 AM, Michael B. Smith mich...@smithcons.com
 wrote:

 Heh. I was referring to Steve Kradel.

  

 Regards,

  

 Michael B. Smith

 Consultant and Exchange MVP

 http://TheEssentialExchange.com

  

 *From:* Steve Ens [mailto:stevey...@gmail.com]
 *Sent:* Wednesday, July 27, 2011 2:47 PM


 *To:* NT System Admin Issues
 *Subject:* Re: Free tool for querying remote Windows Event Logs

  

 Steven Peck or Steve Kradel?  Or me?

 On Wed, Jul 27, 2011 at 1:34 PM, Michael B. Smith mich...@smithcons.com
 wrote:

 Who? Steve?

  

 I wouldn’t say that.

  

 Regards,

  

 Michael B. Smith

 Consultant and Exchange MVP

 http://TheEssentialExchange.com

  

 *From:* Steven Peck [mailto:sep...@gmail.com]
 *Sent:* Wednesday, July 27, 2011 2:33 PM
 *To:* NT System Admin Issues
 *Subject:* Re: Free tool for querying remote Windows Event Logs

  

 He's a spammer.



  

 On Wed, Jul 27, 2011 at 11:30 AM, Rubens Almeida rubensalme...@gmail.com
 wrote:

 LogParser comes to mind when I have to deal with remote event logs...


 On Wed, Jul 27, 2011 at 3:07 PM, Steve Kradel skra...@zetetic.net wrote:
  Hi list,
 
  I'm pleased to have something new to share that I think a lot of you
  will find useful; having been frustrated by the slow speed of
  EventCombMT and the ponderous behavior of the Event Log MMC snap-in
  when trying to do everyday things like diagnose account lockouts and
  AD object changes, I knew there had to be a better way...
 
  If you're on a Server 2008+ [*] environment and don't mind breaking
  out a command shell window, here is that better way:
  http://zetetic.net/products/events
 
  As a sample use case, the command ZeShell -e
  delete,after=20-july-2011 will scan all of your domain's read-write
  domain controllers, in parallel, for AD object deletions since July
  20.  Or you can give it a list of event IDs in the familiar
  1,2,3,5-10 format.  Just type ZeShell -? for details.  You'll need
  to be in the Event Log Readers group (or have Admin or DA access)
  for each machine you want to query.
 
  Please try it out, kick the tires, let me know what you think!  I
  promise you will find this to be *much* faster than the built-in log
  viewer.  We're absolutely open to ideas and suggestions too.
 
  Thanks,
  Steve
 
  [*] This tool is also able to query the Event Log on 2003 / XP hosts,
  but it will not do so with the same speed and efficiency as querying
  Server 2008, Vista, Win7, or newer, due to limitations of the older
  eventing service.
 
  --
  skra...@zetetic.net
  Philadelphia, PA
 
  ~ 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 listmana...@lyris.sunbeltsoftware.com
  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 listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe

Re: Free tool for querying remote Windows Event Logs

2011-07-27 Thread Ben Scott
On Wed, Jul 27, 2011 at 3:06 PM, Steve Kradel skra...@zetetic.net wrote:
 I'm sorry if my note came across as spammy.

  Ah, see, already, spam score is dropping.  First mark of a spammer
is how they insist they did nothing wrong.  You never see apologies.

-- Ben

~ 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 listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


Re: Free tool for querying remote Windows Event Logs

2011-07-27 Thread Jonathan Link
Well, the bona fides help, too. :-)

On Wed, Jul 27, 2011 at 9:28 PM, Ben Scott mailvor...@gmail.com wrote:

 On Wed, Jul 27, 2011 at 3:06 PM, Steve Kradel skra...@zetetic.net wrote:
  I'm sorry if my note came across as spammy.

  Ah, see, already, spam score is dropping.  First mark of a spammer
 is how they insist they did nothing wrong.  You never see apologies.

 -- Ben

 ~ 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 listmana...@lyris.sunbeltsoftware.com
 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 listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Free tool?

2008-07-27 Thread Ken Wallewein
PingChecker.  It and 3dTraceroute are my two standard ad hoc
connectivity testers. 

 

You can set it up for multiple sites, it'll ping them all continuously
at a specified rate and graph the last n results, logging failures.  

 

Also check what Paessler has for monitoring - I believe they have a
freebie version of PRTG; I paid for mine for ongoing monitoring.

 

/kenw

 

From: Bill Lambert [mailto:[EMAIL PROTECTED] 
Sent: July-24-08 11:19 AM
To: NT System Admin Issues
Subject: Free tool?

 

Hello all...

 

I'm looking for a free tool (if there is one) that will ping multiple
addresses (like Freeping) but will also log the results.  Is there one
that you can recommend?

 

Bill Lambert

Windows System Administrator

Concuity

A healthcare division of Trintech, Inc.  

Phone  847-941-9206

Fax  847-465-9147

 

NASDAQ: TTPA

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient (or
authorized to receive information for the recipient) you are hereby
notified that you have received this communication in error and that any
review, dissemination, distribution, or copying of this message is
strictly prohibited. If you have received this communication in error,
please contact the sender by reply email and delete all copies of this
message.  Thank you.

 

 

 

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~image001.gif

RE: Free tool?

2008-07-25 Thread René de Haas
And then there's of course freeping

http://www.tools4ever.com/products/free/freeping/


-Original Message-
From: Angus Scott-Fleming [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 25, 2008 6:46 AM
To: NT System Admin Issues
Subject: Re: Free tool?

On 24 Jul 2008 at 20:55, Angus Scott-Fleming  wrote:

 batch file pinglog.cmd: 

Of course, not an hour after I labored mightily to program the above batch 
file, I stumbled across this little freeware utility:

--- Included Stuff Follows ---
  Multi Ping
This utility allows you to ping multiple targets at the same time.
I created this tool to check several network connections and see which one 
the (in this case) servers were down. Multi Ping logs the results to a log 
file. Each ping command is executed in a separate thread.
The application uses ICMP.DLL to send ping commands to the target.

Multi Ping does not have a lot of options, just a few basic features:

- Add, Edit and Removes IPaddresses.
- Interval (in milliseconds).
- Ping time-out (in milliseconds).
- Start/Stop to begin and end the ping process.

Download zipped executable
http://www.pablosoftwaresolutions.com/download.php?id=20
Download source code
http://www.pablosoftwaresolutions.com/html/classes.html
This class is part of the Pablo Software Solutions MFC Extension Package - 
Classes Edition
- Included Stuff Ends -
http://www.pablosoftwaresolutions.com/html/multi_ping.html

--
Angus Scott-Fleming
GeoApps, Tucson, Arizona
1-520-290-5038
+---+




~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~


***
The information in this e-mail is confidential and intended solely for the 
individual or entity to whom it is addressed.  If you have received this e-mail 
in error please notify the sender by return e-mail delete this e-mail and 
refrain from any disclosure or action based on the information.
***

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~

Free tool?

2008-07-24 Thread Bill Lambert
Hello all...

 

I'm looking for a free tool (if there is one) that will ping multiple
addresses (like Freeping) but will also log the results.  Is there one
that you can recommend?

 

Bill Lambert

Windows System Administrator

Concuity

A healthcare division of Trintech, Inc.  

Phone  847-941-9206

Fax  847-465-9147

 

NASDAQ: TTPA

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient (or
authorized to receive information for the recipient) you are hereby
notified that you have received this communication in error and that any
review, dissemination, distribution, or copying of this message is
strictly prohibited. If you have received this communication in error,
please contact the sender by reply email and delete all copies of this
message.  Thank you.

 


~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~image001.gif

RE: Free tool?

2008-07-24 Thread Rod Trent
VB Script?

 

http://www.myitforum.com/articles/11/view.asp?id=10383 

 

From: Bill Lambert [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 1:19 PM
To: NT System Admin Issues
Subject: Free tool?

 

Hello all.

 

I'm looking for a free tool (if there is one) that will ping multiple
addresses (like Freeping) but will also log the results.  Is there one that
you can recommend?

 

Bill Lambert

Windows System Administrator

Concuity

A healthcare division of Trintech, Inc.  

Phone  847-941-9206

Fax  847-465-9147



NASDAQ: TTPA

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient (or
authorized to receive information for the recipient) you are hereby notified
that you have received this communication in error and that any review,
dissemination, distribution, or copying of this message is strictly
prohibited. If you have received this communication in error, please contact
the sender by reply email and delete all copies of this message.  Thank you.

 

 

 

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~image001.gif

RE: Free tool?

2008-07-24 Thread Michael B. Smith
If you don't get a specific response, you might consider rolling your own.
It's trivial to do in PowerShell

 

$ip =192.168.100.81

$ping = new-object System.Net.NetworkInformation.Ping

$rslt = $ping.send($ip)

if ($rslt.status.tostring() -eq Success) {

write-host ping worked

}

else {

write-host ping failed

}

$ping = $null

 

Regards,

 

Michael B. Smith

MCITP:SA,EMA/MCSE/Exchange MVP

http://TheEssentialExchange.com

 

From: Bill Lambert [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 1:19 PM
To: NT System Admin Issues
Subject: Free tool?

 

Hello all.

 

I'm looking for a free tool (if there is one) that will ping multiple
addresses (like Freeping) but will also log the results.  Is there one that
you can recommend?

 

Bill Lambert

Windows System Administrator

Concuity

A healthcare division of Trintech, Inc.  

Phone  847-941-9206

Fax  847-465-9147



NASDAQ: TTPA

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient (or
authorized to receive information for the recipient) you are hereby notified
that you have received this communication in error and that any review,
dissemination, distribution, or copying of this message is strictly
prohibited. If you have received this communication in error, please contact
the sender by reply email and delete all copies of this message.  Thank you.

 

 

 

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~image001.gif

Re: Free tool?

2008-07-24 Thread Micheal Espinola Jr
Angry IP Scanner:

   http://www.angryziber.com/w/Home

Its a GUI that can also be used from the CLI.  Very fast.


On Thu, Jul 24, 2008 at 1:18 PM, Bill Lambert [EMAIL PROTECTED] wrote:
 Hello all…



 I'm looking for a free tool (if there is one) that will ping multiple
 addresses (like Freeping) but will also log the results.  Is there one that
 you can recommend?



 Bill Lambert

 Windows System Administrator

 Concuity

 A healthcare division of Trintech, Inc.

 Phone  847-941-9206

 Fax  847-465-9147

 NASDAQ: TTPA

 The information contained in this e-mail message, including any attached
 files, is intended only for the personal and confidential use of the
 recipient(s) named above. If you are not the intended recipient (or
 authorized to receive information for the recipient) you are hereby notified
 that you have received this communication in error and that any review,
 dissemination, distribution, or copying of this message is strictly
 prohibited. If you have received this communication in error, please contact
 the sender by reply email and delete all copies of this message.  Thank you.






-- 
ME2

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~


RE: Free tool?

2008-07-24 Thread Erik Goldoff
sAlive ?

  _  

From: Bill Lambert [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 1:19 PM
To: NT System Admin Issues
Subject: Free tool?



Hello all…

 

I’m looking for a free tool (if there is one) that will ping multiple
addresses (like Freeping) but will also log the results.  Is there one that
you can recommend?

 

Bill Lambert

Windows System Administrator

Concuity

A healthcare division of Trintech, Inc.  

Phone  847-941-9206

Fax  847-465-9147



NASDAQ: TTPA

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient (or
authorized to receive information for the recipient) you are hereby notified
that you have received this communication in error and that any review,
dissemination, distribution, or copying of this message is strictly
prohibited. If you have received this communication in error, please contact
the sender by reply email and delete all copies of this message.  Thank you.

 










No virus found in this incoming message.

Checked by AVG - http://www.avg.com 

Version: 8.0.138 / Virus Database: 270.5.5/1570 - Release Date: 7/24/2008
6:59 AM



  

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~image001.gif

RE: Free tool?

2008-07-24 Thread Ziots, Edward
Nmap?

Z

 

Edward E. Ziots

Network Engineer

Lifespan Organization

MCSE,MCSA,MCP,Security+,Network+,CCA

Phone: 401-639-3505



From: Erik Goldoff [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 1:27 PM
To: NT System Admin Issues
Subject: RE: Free tool?

 

sAlive ?

 



From: Bill Lambert [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 1:19 PM
To: NT System Admin Issues
Subject: Free tool?

Hello all...

 

I'm looking for a free tool (if there is one) that will ping multiple
addresses (like Freeping) but will also log the results.  Is there one
that you can recommend?

 

Bill Lambert

Windows System Administrator

Concuity

A healthcare division of Trintech, Inc.  

Phone  847-941-9206

Fax  847-465-9147

 

NASDAQ: TTPA

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient (or
authorized to receive information for the recipient) you are hereby
notified that you have received this communication in error and that any
review, dissemination, distribution, or copying of this message is
strictly prohibited. If you have received this communication in error,
please contact the sender by reply email and delete all copies of this
message.  Thank you.

 

 

 
 
 
No virus found in this incoming message.
Checked by AVG - http://www.avg.com 
Version: 8.0.138 / Virus Database: 270.5.5/1570 - Release Date:
7/24/2008 6:59 AM
 
  

 

 

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~image001.gif

RE: Free tool?

2008-07-24 Thread Andy Shook
Omni Ping Pro.  Works awesomely for the Shookster...

 

Shook

 



From: Bill Lambert [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 1:19 PM
To: NT System Admin Issues
Subject: Free tool?

 

Hello all...

 

I'm looking for a free tool (if there is one) that will ping multiple
addresses (like Freeping) but will also log the results.  Is there one
that you can recommend?

 

Bill Lambert

Windows System Administrator

Concuity

A healthcare division of Trintech, Inc.  

Phone  847-941-9206

Fax  847-465-9147

 

NASDAQ: TTPA

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient (or
authorized to receive information for the recipient) you are hereby
notified that you have received this communication in error and that any
review, dissemination, distribution, or copying of this message is
strictly prohibited. If you have received this communication in error,
please contact the sender by reply email and delete all copies of this
message.  Thank you.

 

 

 

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~image001.gif

Re: Free tool?

2008-07-24 Thread Klint Price - ArizonaITPro




if you're not piping grep into awk. oh dear, that does not sound
right.



Andy Shook wrote:

  
  


  
  
  
  Omni Ping Pro. Works awesomely
for the Shookster
  
  Shook
  
  
  
  
  From: Bill
Lambert [mailto:[EMAIL PROTECTED]] 
  Sent: Thursday, July
24, 2008 1:19
PM
  To: NT System Admin Issues
  Subject: Free tool?
  
  
  Hello all
  
  Im looking for a free tool (if there is one)
that will ping
multiple addresses (like Freeping) but will also log the results. Is
there one that you can recommend?
  
  Bill
Lambert
  Windows
System
Administrator
  Concuity
  A
healthcare division of
Trintech, Inc. 
  Phone
847-941-9206
  Fax
847-465-9147
  
  NASDAQ: TTPA
  The
information contained
in this e-mail message, including any attached files, is intended only
for the
personal and confidential use of the recipient(s) named above. If you
are not
the intended recipient (or authorized to receive information for the
recipient)
you are hereby notified that you have received this communication in
error and
that any review, dissemination, distribution, or copying of this
message is
strictly prohibited. If you have received this communication in error,
please
contact the sender by reply email and delete all copies of this
message.
Thank you.
  
  
  
  
  








RE: Free tool?

2008-07-24 Thread Greg Olson
Lol, when I first hit a link for this it came up to a company called 
manasoft.com and I couldn't help but laugh that it was appropriate for the 
Shookster.

http://www.manasoft.com/manasoft/omniping_pro.aspx

And even better is that I'm more of a lurker here and still think the same way 
as the regulars. Shook is world famous now...

-Greg Olson


From: Andy Shook [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2008 10:54 AM
To: NT System Admin Issues
Subject: RE: Free tool?

Omni Ping Pro.  Works awesomely for the Shookster...

Shook


From: Bill Lambert [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2008 1:19 PM
To: NT System Admin Issues
Subject: Free tool?

Hello all...

I'm looking for a free tool (if there is one) that will ping multiple addresses 
(like Freeping) but will also log the results.  Is there one that you can 
recommend?

Bill Lambert
Windows System Administrator
Concuity
A healthcare division of Trintech, Inc.
Phone  847-941-9206
Fax  847-465-9147
[cid:image001.gif@01C8ED7C.C65C1430]
NASDAQ: TTPA
The information contained in this e-mail message, including any attached files, 
is intended only for the personal and confidential use of the recipient(s) 
named above. If you are not the intended recipient (or authorized to receive 
information for the recipient) you are hereby notified that you have received 
this communication in error and that any review, dissemination, distribution, 
or copying of this message is strictly prohibited. If you have received this 
communication in error, please contact the sender by reply email and delete all 
copies of this message.  Thank you.








~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~inline: image001.gif

RE: Free tool?

2008-07-24 Thread Bill Lambert
Thanks, everyone for the tips!  Lots to choose from and I'm sure one of
them is exactly what I need.

 

Bill Lambert

Concuity

847-941-9206

 

From: Greg Olson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 1:03 PM
To: NT System Admin Issues
Subject: RE: Free tool?

 

Lol, when I first hit a link for this it came up to a company called
manasoft.com and I couldn't help but laugh that it was appropriate for
the Shookster.

 

http://www.manasoft.com/manasoft/omniping_pro.aspx

 

And even better is that I'm more of a lurker here and still think the
same way as the regulars. Shook is world famous now...

 

-Greg Olson

 

 

From: Andy Shook [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 10:54 AM
To: NT System Admin Issues
Subject: RE: Free tool?

 

Omni Ping Pro.  Works awesomely for the Shookster...

 

Shook

 



From: Bill Lambert [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 1:19 PM
To: NT System Admin Issues
Subject: Free tool?

 

Hello all...

 

I'm looking for a free tool (if there is one) that will ping multiple
addresses (like Freeping) but will also log the results.  Is there one
that you can recommend?

 

Bill Lambert

Windows System Administrator

Concuity

A healthcare division of Trintech, Inc.  

Phone  847-941-9206

Fax  847-465-9147

 

NASDAQ: TTPA

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient (or
authorized to receive information for the recipient) you are hereby
notified that you have received this communication in error and that any
review, dissemination, distribution, or copying of this message is
strictly prohibited. If you have received this communication in error,
please contact the sender by reply email and delete all copies of this
message.  Thank you.

 

 

 

 

 

 

 

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~image001.gif

RE: Free tool?

2008-07-24 Thread Andy Shook
Now?  Whatever...I've been on several people's top 10 list for years;
just ask your mom.

 

Boom upside your head. 

 

Shook

 



From: Greg Olson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 2:03 PM
To: NT System Admin Issues
Subject: RE: Free tool?

 

Lol, when I first hit a link for this it came up to a company called
manasoft.com and I couldn't help but laugh that it was appropriate for
the Shookster.

 

http://www.manasoft.com/manasoft/omniping_pro.aspx

 

And even better is that I'm more of a lurker here and still think the
same way as the regulars. Shook is world famous now...

 

-Greg Olson

 

 

From: Andy Shook [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 10:54 AM
To: NT System Admin Issues
Subject: RE: Free tool?

 

Omni Ping Pro.  Works awesomely for the Shookster...

 

Shook

 



From: Bill Lambert [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 1:19 PM
To: NT System Admin Issues
Subject: Free tool?

 

Hello all...

 

I'm looking for a free tool (if there is one) that will ping multiple
addresses (like Freeping) but will also log the results.  Is there one
that you can recommend?

 

Bill Lambert

Windows System Administrator

Concuity

A healthcare division of Trintech, Inc.  

Phone  847-941-9206

Fax  847-465-9147

 

NASDAQ: TTPA

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient (or
authorized to receive information for the recipient) you are hereby
notified that you have received this communication in error and that any
review, dissemination, distribution, or copying of this message is
strictly prohibited. If you have received this communication in error,
please contact the sender by reply email and delete all copies of this
message.  Thank you.

 

 

 

 

 

 

 

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~image001.gif

RE: Free tool?

2008-07-24 Thread Ziots, Edward
ROFL, 

 

Shook just didn't just do a I said Whoops up side your head I said
Whoops upside your head. 

 

Just take me to Funkytown baby :-)

 

Z

 

Edward E. Ziots

Network Engineer

Lifespan Organization

MCSE,MCSA,MCP,Security+,Network+,CCA

Phone: 401-639-3505



From: Andy Shook [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 2:30 PM
To: NT System Admin Issues
Subject: RE: Free tool?

 

Now?  Whatever...I've been on several people's top 10 list for years;
just ask your mom.

 

Boom upside your head. 

 

Shook

 



From: Greg Olson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 2:03 PM
To: NT System Admin Issues
Subject: RE: Free tool?

 

Lol, when I first hit a link for this it came up to a company called
manasoft.com and I couldn't help but laugh that it was appropriate for
the Shookster.

 

http://www.manasoft.com/manasoft/omniping_pro.aspx

 

And even better is that I'm more of a lurker here and still think the
same way as the regulars. Shook is world famous now...

 

-Greg Olson

 

 

From: Andy Shook [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 10:54 AM
To: NT System Admin Issues
Subject: RE: Free tool?

 

Omni Ping Pro.  Works awesomely for the Shookster...

 

Shook

 



From: Bill Lambert [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 1:19 PM
To: NT System Admin Issues
Subject: Free tool?

 

Hello all...

 

I'm looking for a free tool (if there is one) that will ping multiple
addresses (like Freeping) but will also log the results.  Is there one
that you can recommend?

 

Bill Lambert

Windows System Administrator

Concuity

A healthcare division of Trintech, Inc.  

Phone  847-941-9206

Fax  847-465-9147

 

NASDAQ: TTPA

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient (or
authorized to receive information for the recipient) you are hereby
notified that you have received this communication in error and that any
review, dissemination, distribution, or copying of this message is
strictly prohibited. If you have received this communication in error,
please contact the sender by reply email and delete all copies of this
message.  Thank you.

 

 

 

 

 

 

 

 

 

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~image001.gif

Re: Free tool?

2008-07-24 Thread Micheal Espinola Jr
ROFL

I wonder how many people here can appreciate the music references...  lol


On Thu, Jul 24, 2008 at 2:51 PM, Ziots, Edward [EMAIL PROTECTED] wrote:
 ROFL,



 Shook just didn't just do a I said Whoops up side your head I said Whoops
 upside your head.



 Just take me to Funkytown baby J



 Z



 Edward E. Ziots

 Network Engineer

 Lifespan Organization

 MCSE,MCSA,MCP,Security+,Network+,CCA

 Phone: 401-639-3505

 

 From: Andy Shook [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 24, 2008 2:30 PM
 To: NT System Admin Issues
 Subject: RE: Free tool?



 Now?  Whatever…I've been on several people's top 10 list for years; just ask
 your mom.



 Boom upside your head.



 Shook



 

 From: Greg Olson [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 24, 2008 2:03 PM
 To: NT System Admin Issues
 Subject: RE: Free tool?



 Lol, when I first hit a link for this it came up to a company called
 manasoft.com and I couldn't help but laugh that it was appropriate for the
 Shookster.



 http://www.manasoft.com/manasoft/omniping_pro.aspx



 And even better is that I'm more of a lurker here and still think the same
 way as the regulars. Shook is world famous now…



 -Greg Olson





 From: Andy Shook [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 24, 2008 10:54 AM
 To: NT System Admin Issues
 Subject: RE: Free tool?



 Omni Ping Pro.  Works awesomely for the Shookster…



 Shook



 

 From: Bill Lambert [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 24, 2008 1:19 PM
 To: NT System Admin Issues
 Subject: Free tool?



 Hello all…



 I'm looking for a free tool (if there is one) that will ping multiple
 addresses (like Freeping) but will also log the results.  Is there one that
 you can recommend?



 Bill Lambert

 Windows System Administrator

 Concuity

 A healthcare division of Trintech, Inc.

 Phone  847-941-9206

 Fax  847-465-9147

 NASDAQ: TTPA

 The information contained in this e-mail message, including any attached
 files, is intended only for the personal and confidential use of the
 recipient(s) named above. If you are not the intended recipient (or
 authorized to receive information for the recipient) you are hereby notified
 that you have received this communication in error and that any review,
 dissemination, distribution, or copying of this message is strictly
 prohibited. If you have received this communication in error, please contact
 the sender by reply email and delete all copies of this message.  Thank you.






















-- 
ME2

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~


RE: Free tool?

2008-07-24 Thread Kent, Larry CTR USA IMCOM
WannabeaManatee Software would be more appropriate for the
Shookster.:)



From: Greg Olson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 2:03 PM
To: NT System Admin Issues
Subject: RE: Free tool?



Lol, when I first hit a link for this it came up to a company called
manasoft.com and I couldn't help but laugh that it was appropriate for
the Shookster.

 

http://www.manasoft.com/manasoft/omniping_pro.aspx

 

And even better is that I'm more of a lurker here and still think the
same way as the regulars. Shook is world famous now...

 

-Greg Olson

 

 

From: Andy Shook [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 10:54 AM
To: NT System Admin Issues
Subject: RE: Free tool?

 

Omni Ping Pro.  Works awesomely for the Shookster...

 

Shook

 



From: Bill Lambert [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 1:19 PM
To: NT System Admin Issues
Subject: Free tool?

 

Hello all...

 

I'm looking for a free tool (if there is one) that will ping multiple
addresses (like Freeping) but will also log the results.  Is there one
that you can recommend?

 

Bill Lambert

Windows System Administrator

Concuity

A healthcare division of Trintech, Inc.  

Phone  847-941-9206

Fax  847-465-9147

 

NASDAQ: TTPA

The information contained in this e-mail message, including any attached
files, is intended only for the personal and confidential use of the
recipient(s) named above. If you are not the intended recipient (or
authorized to receive information for the recipient) you are hereby
notified that you have received this communication in error and that any
review, dissemination, distribution, or copying of this message is
strictly prohibited. If you have received this communication in error,
please contact the sender by reply email and delete all copies of this
message.  Thank you.

 

 

 

 

 






~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~image001.gif

Re: Free tool?

2008-07-24 Thread Eric Woodford
Thought I'd add one more to the list.  DOS batch command

for /f %%a in (c:\listofIPAddresses.txt) do ping %%a  c:\PingLog.txt

On Thu, Jul 24, 2008 at 11:30 AM, Bill Lambert [EMAIL PROTECTED]
wrote:

  Thanks, everyone for the tips!  Lots to choose from and I'm sure one of
 them is exactly what I need.



 Bill Lambert

 Concuity

 847-941-9206



 *From:* Greg Olson [mailto:[EMAIL PROTECTED]
 *Sent:* Thursday, July 24, 2008 1:03 PM
 *To:* NT System Admin Issues
 *Subject:* RE: Free tool?



 Lol, when I first hit a link for this it came up to a company called
 manasoft.com and I couldn't help but laugh that it was appropriate for the
 Shookster.



 http://www.manasoft.com/manasoft/omniping_pro.aspx



 And even better is that I'm more of a lurker here and still think the same
 way as the regulars. Shook is world famous now…



 -Greg Olson





 *From:* Andy Shook [mailto:[EMAIL PROTECTED]
 *Sent:* Thursday, July 24, 2008 10:54 AM
 *To:* NT System Admin Issues
 *Subject:* RE: Free tool?



 Omni Ping Pro.  Works awesomely for the Shookster…



 Shook


  --

 *From:* Bill Lambert [mailto:[EMAIL PROTECTED]
 *Sent:* Thursday, July 24, 2008 1:19 PM
 *To:* NT System Admin Issues
 *Subject:* Free tool?



 Hello all…



 I'm looking for a free tool (if there is one) that will ping multiple
 addresses (like Freeping) but will also log the results.  Is there one that
 you can recommend?



 *Bill Lambert*

 *Windows System Administrator*

 *Concuity*

 *A healthcare division of Trintech, Inc.  *

 *Phone  847-941-9206*

 *Fax  847-465-9147*

 **

 *NASDAQ: TTPA***

 *The information contained in this e-mail message, including any attached
 files, is intended only for the personal and confidential use of the
 recipient(s) named above. If you are not the intended recipient (or
 authorized to receive information for the recipient) you are hereby notified
 that you have received this communication in error and that any review,
 dissemination, distribution, or copying of this message is strictly
 prohibited. If you have received this communication in error, please contact
 the sender by reply email and delete all copies of this message.  Thank you.
 ***


















~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~image001.gif

Re: Free tool?

2008-07-24 Thread James Kerr
Shook IS a Free tool!
  - Original Message - 
  From: Kent, Larry CTR USA IMCOM 
  To: NT System Admin Issues 
  Sent: Thursday, July 24, 2008 3:32 PM
  Subject: RE: Free tool?


  WannabeaManatee Software would be more appropriate for the Shookster.:)



--
  From: Greg Olson [mailto:[EMAIL PROTECTED] 
  Sent: Thursday, July 24, 2008 2:03 PM
  To: NT System Admin Issues
  Subject: RE: Free tool?


  Lol, when I first hit a link for this it came up to a company called 
manasoft.com and I couldn't help but laugh that it was appropriate for the 
Shookster.

   

  http://www.manasoft.com/manasoft/omniping_pro.aspx

   

  And even better is that I'm more of a lurker here and still think the same 
way as the regulars. Shook is world famous now.

   

  -Greg Olson

   

   

  From: Andy Shook [mailto:[EMAIL PROTECTED] 
  Sent: Thursday, July 24, 2008 10:54 AM
  To: NT System Admin Issues
  Subject: RE: Free tool?

   

  Omni Ping Pro.  Works awesomely for the Shookster.

   

  Shook

   


--

  From: Bill Lambert [mailto:[EMAIL PROTECTED] 
  Sent: Thursday, July 24, 2008 1:19 PM
  To: NT System Admin Issues
  Subject: Free tool?

   

  Hello all.

   

  I'm looking for a free tool (if there is one) that will ping multiple 
addresses (like Freeping) but will also log the results.  Is there one that you 
can recommend?

   

  Bill Lambert

  Windows System Administrator

  Concuity

  A healthcare division of Trintech, Inc.  

  Phone  847-941-9206

  Fax  847-465-9147



  NASDAQ: TTPA

  The information contained in this e-mail message, including any attached 
files, is intended only for the personal and confidential use of the 
recipient(s) named above. If you are not the intended recipient (or authorized 
to receive information for the recipient) you are hereby notified that you have 
received this communication in error and that any review, dissemination, 
distribution, or copying of this message is strictly prohibited. If you have 
received this communication in error, please contact the sender by reply email 
and delete all copies of this message.  Thank you.

   

   

  

 











~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~image001.gif

RE: Free tool?

2008-07-24 Thread Tim Vander Kooi
Nope...just cheap and easy. :-P

From: James Kerr [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2008 3:36 PM
To: NT System Admin Issues
Subject: Re: Free tool?

Shook IS a Free tool!
- Original Message -
From: Kent, Larry CTR USA IMCOMmailto:[EMAIL PROTECTED]
To: NT System Admin Issuesmailto:ntsysadmin@lyris.sunbelt-software.com
Sent: Thursday, July 24, 2008 3:32 PM
Subject: RE: Free tool?

WannabeaManatee Software would be more appropriate for the Shookster.:)


From: Greg Olson [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2008 2:03 PM
To: NT System Admin Issues
Subject: RE: Free tool?
Lol, when I first hit a link for this it came up to a company called 
manasoft.com and I couldn't help but laugh that it was appropriate for the 
Shookster.

http://www.manasoft.com/manasoft/omniping_pro.aspx

And even better is that I'm more of a lurker here and still think the same way 
as the regulars. Shook is world famous now...

-Greg Olson


From: Andy Shook [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2008 10:54 AM
To: NT System Admin Issues
Subject: RE: Free tool?

Omni Ping Pro.  Works awesomely for the Shookster...

Shook


From: Bill Lambert [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2008 1:19 PM
To: NT System Admin Issues
Subject: Free tool?

Hello all...

I'm looking for a free tool (if there is one) that will ping multiple addresses 
(like Freeping) but will also log the results.  Is there one that you can 
recommend?

Bill Lambert
Windows System Administrator
Concuity
A healthcare division of Trintech, Inc.
Phone  847-941-9206
Fax  847-465-9147
[cid:image001.gif@01C8EDA3.7B4E4B80]
NASDAQ: TTPA
The information contained in this e-mail message, including any attached files, 
is intended only for the personal and confidential use of the recipient(s) 
named above. If you are not the intended recipient (or authorized to receive 
information for the recipient) you are hereby notified that you have received 
this communication in error and that any review, dissemination, distribution, 
or copying of this message is strictly prohibited. If you have received this 
communication in error, please contact the sender by reply email and delete all 
copies of this message.  Thank you.



















~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~inline: image001.gif

Re: Free tool?

2008-07-24 Thread Micheal Espinola Jr
Don't let TVK hear that...  he was charging him!

On Thu, Jul 24, 2008 at 4:35 PM, James Kerr [EMAIL PROTECTED] wrote:
 Shook IS a Free tool!

 - Original Message -
 From: Kent, Larry CTR USA IMCOM
 To: NT System Admin Issues
 Sent: Thursday, July 24, 2008 3:32 PM
 Subject: RE: Free tool?
 WannabeaManatee Software would be more appropriate for the Shookster.:)
 
 From: Greg Olson [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 24, 2008 2:03 PM
 To: NT System Admin Issues
 Subject: RE: Free tool?

 Lol, when I first hit a link for this it came up to a company called
 manasoft.com and I couldn't help but laugh that it was appropriate for the
 Shookster.



 http://www.manasoft.com/manasoft/omniping_pro.aspx



 And even better is that I'm more of a lurker here and still think the same
 way as the regulars. Shook is world famous now…



 -Greg Olson





 From: Andy Shook [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 24, 2008 10:54 AM
 To: NT System Admin Issues
 Subject: RE: Free tool?



 Omni Ping Pro.  Works awesomely for the Shookster…



 Shook



 

 From: Bill Lambert [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 24, 2008 1:19 PM
 To: NT System Admin Issues
 Subject: Free tool?



 Hello all…



 I'm looking for a free tool (if there is one) that will ping multiple
 addresses (like Freeping) but will also log the results.  Is there one that
 you can recommend?



 Bill Lambert

 Windows System Administrator

 Concuity

 A healthcare division of Trintech, Inc.

 Phone  847-941-9206

 Fax  847-465-9147

 NASDAQ: TTPA

 The information contained in this e-mail message, including any attached
 files, is intended only for the personal and confidential use of the
 recipient(s) named above. If you are not the intended recipient (or
 authorized to receive information for the recipient) you are hereby notified
 that you have received this communication in error and that any review,
 dissemination, distribution, or copying of this message is strictly
 prohibited. If you have received this communication in error, please contact
 the sender by reply email and delete all copies of this message.  Thank you.

















-- 
ME2

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~


RE: Free tool?

2008-07-24 Thread Tim Vander Kooi
Tool = imagination

From: Andy Shook [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2008 3:48 PM
To: NT System Admin Issues
Subject: RE: Free tool?

Is = has
Free = big


From: James Kerr [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2008 4:36 PM
To: NT System Admin Issues
Subject: Re: Free tool?

Shook IS a Free tool!
- Original Message -
From: Kent, Larry CTR USA IMCOMmailto:[EMAIL PROTECTED]
To: NT System Admin Issuesmailto:ntsysadmin@lyris.sunbelt-software.com
Sent: Thursday, July 24, 2008 3:32 PM
Subject: RE: Free tool?

WannabeaManatee Software would be more appropriate for the Shookster.:)


From: Greg Olson [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2008 2:03 PM
To: NT System Admin Issues
Subject: RE: Free tool?
Lol, when I first hit a link for this it came up to a company called 
manasoft.com and I couldn't help but laugh that it was appropriate for the 
Shookster.

http://www.manasoft.com/manasoft/omniping_pro.aspx

And even better is that I'm more of a lurker here and still think the same way 
as the regulars. Shook is world famous now...

-Greg Olson


From: Andy Shook [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2008 10:54 AM
To: NT System Admin Issues
Subject: RE: Free tool?

Omni Ping Pro.  Works awesomely for the Shookster...

Shook


From: Bill Lambert [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2008 1:19 PM
To: NT System Admin Issues
Subject: Free tool?

Hello all...

I'm looking for a free tool (if there is one) that will ping multiple addresses 
(like Freeping) but will also log the results.  Is there one that you can 
recommend?

Bill Lambert
Windows System Administrator
Concuity
A healthcare division of Trintech, Inc.
Phone  847-941-9206
Fax  847-465-9147
[cid:image001.gif@01C8EDA5.2ECECA30]
NASDAQ: TTPA
The information contained in this e-mail message, including any attached files, 
is intended only for the personal and confidential use of the recipient(s) 
named above. If you are not the intended recipient (or authorized to receive 
information for the recipient) you are hereby notified that you have received 
this communication in error and that any review, dissemination, distribution, 
or copying of this message is strictly prohibited. If you have received this 
communication in error, please contact the sender by reply email and delete all 
copies of this message.  Thank you.






















~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~inline: image001.gif

Re: Free tool?

2008-07-24 Thread Angus Scott-Fleming






On 24 Jul 2008 at 12:18, Bill Lambert wrote:











 




 Hello all









 Im looking for a free tool 











If you're looking for free tools there are lots of them here on the list. ;-) 
Some them will get you all Shook up ...











 (if there is one) that will ping multiple addresses (like Freeping) but will




 also log the results.Is there one that you can recommend? 











batch file pinglog.cmd:




-CUT HERE--




cd/d %temp%




:repeat




for %%a in (1.2.3.4 4.5.6.7 7.8.9.10 1.3.5.7) do ping %%a  ping.log




choice /T:Y,15 repeat?




if errorlevel 2 goto done




goto repeat




:done




type ping.log




-CUT HERE--











repeats every 15 seconds.











You can ping a longer list if your FOR loop reads from a file. See FOR /? for 
how to do this.











What exactly are you trying to do?


















--




Angus Scott-Fleming




GeoApps, Tucson, Arizona




1-520-290-5038




~!

















Re: Free tool?

2008-07-24 Thread Angus Scott-Fleming
On 24 Jul 2008 at 20:55, Angus Scott-Fleming  wrote:

 batch file pinglog.cmd: 

Of course, not an hour after I labored mightily to program the above batch 
file, I stumbled across this little freeware utility:

--- Included Stuff Follows ---
  Multi Ping
This utility allows you to ping multiple targets at the same time.
I created this tool to check several network connections and see which one 
the (in this case) servers were down. Multi Ping logs the results to a log 
file. Each ping command is executed in a separate thread.
The application uses ICMP.DLL to send ping commands to the target.

Multi Ping does not have a lot of options, just a few basic features:

- Add, Edit and Removes IPaddresses.
- Interval (in milliseconds).
- Ping time-out (in milliseconds).
- Start/Stop to begin and end the ping process.

Download zipped executable
http://www.pablosoftwaresolutions.com/download.php?id=20
Download source code
http://www.pablosoftwaresolutions.com/html/classes.html
This class is part of the Pablo Software Solutions MFC Extension Package - 
Classes Edition
- Included Stuff Ends -
http://www.pablosoftwaresolutions.com/html/multi_ping.html

--
Angus Scott-Fleming
GeoApps, Tucson, Arizona
1-520-290-5038
+---+




~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm  ~