Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OWA logging/monitoring ?? 1

Status
Not open for further replies.

pctekkk

MIS
Dec 9, 2004
57
US
how/what do we do to turn on logging and/or monitoring to see who is logging in/trying to login/ and logging out of OWA ??

Also, is there any 3rd party software to monitor all this that is more user friendly ?
thanks gang
 
You will see logon success and failure events in the security log on your domain controller, since the OWA server refers authentication queries to the DC. Usually the events give the username that was attempted and the system on which the authentication was attempted.

Look for a 529 failure event. It will be generated by the system account on the server and will include the source IP address that was attempting to log on to the OWA server.

For successes, look for event 552.

ShackDaddy
 
so if our exch is also a DC
it should list on there ?
i didnt see any,
do u know how/what to turn on for diagnostics
to view any other OWA
 
If you your Exchange server is also a DC (like on SBS), the same thing applies.

Have you tried logging on to OWA or putting a bad password in on an OWA logon and then checking the security log for the events that I mentioned?

The events I mentioned don't require special logging options to be turned on; they are recorded by default.

If you do want to get more logging for OWA, you could probably monitor logons by changing the logging settings for MSExchangeIS->Mailbox->Logons to Maximum. You find that setting in the Exchange System Manager when you get properties on the server name and choose the Diagnostic Logging tab. Any change you make here will cause changes in what gets logged to the Application log. Personally, I think that if you just filter the Security log for the event numbers I mentioned earlier, you should get a pretty good idea of who logged on, and when.

ShackDaddy
 
i did a basic filter for those,didnt find any
i guess i have to turn on some type of logging
wish there was a eaiser 3rd party
than event viewer
 
quick one,

MS technote 246248
talks about ones to turn on,but
i dont see any of those,
is that only for exch 5.5 ??
its option 4 talks about turning on MSExchangeDS
set security, ExDS Interface and Mapi interface, Directory access, LDAP interface and Name resolution

thanks for any info
 
That article is for 5.5. In 2003, the one you want to log connections is the one that I mentioned above: MSExchangeIS->Mailbox->Logons.
That's the same as option 6 in the article you read, and that's the option that actually logged who used OWA in the events listed below that. The last event in that article shows someone logging on to OWA.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top