Privacy Policy

Guest
  • Guest
  • Guest Topic Starter
2003-03-25T12:37:52Z
Date parsed: 3/25/2003 12:37:52 PM
Date: Tue, 25 Mar 2003 18:37:52 -0500

I want to all log successful logons to a W2K box but at the same time
exclude certain service accounts from the matching.
So I did the following in the substring (with out enabling regular
expression checkbox):
~SMSCliSvcAcct&; ~SMSCliToknAcct&; ~IWAM_2K; ~ASClientAgent; ~IUSR_2K;
Successful Logon;
However, when I login successfully with account that is not in the above
list, the action is not performed. What am I doing wrong?


Guest
  • Guest
  • Guest Topic Starter
2003-03-26T17:59:04Z
Date parsed: 3/26/2003 5:59:04 PM
Date: Wed, 26 Mar 2003 17:59:04 +0100

Hi John,

please remove all spaces after ';' characters (and the terminating ';') from
your string. Your string should look like this:

~SMSCliSvcAcct&;~SMSCliToknAcct&;~IWAM_2K;~ASClientAgent;~IUSR_2K;Successful
Logon

Franz


"John Smith" <John.Smith@John.Smith.com> wrote in message
news:337LHdy8CHA.3204@is1.netal.com...
> I want to all log successful logons to a W2K box but at the same time
> exclude certain service accounts from the matching.
> So I did the following in the substring (with out enabling regular
> expression checkbox):
> ~SMSCliSvcAcct&; ~SMSCliToknAcct&; ~IWAM_2K; ~ASClientAgent; ~IUSR_2K;
> Successful Logon;
> However, when I login successfully with account that is not in the above
> list, the action is not performed. What am I doing wrong?
>
>


Similar Topics