RE: [ActiveDir] OldCmp question

2006-05-22 Thread joe
Sent: Sunday, May 21, 2006 11:06 AM To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] OldCmp question I agree that ds-tools lack some possibilities, and I'd prefer MS putting your tools into their product, however in most scenarios I've been working in they are not allowed to put additional

RE: [ActiveDir] OldCmp question

2006-05-22 Thread Ulf B. Simon-Weidner
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of joe Sent: Tuesday, May 23, 2006 5:31 AM To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] OldCmp question I wouldn't be adverse to seeing at least adfind and admod in the support or resource kit

RE: [ActiveDir] OldCmp question

2006-05-21 Thread Ulf B. Simon-Weidner
-F2F1214C811 D Weblog: http://msmvps.org/UlfBSimonWeidner Website: http://www.windowsserverfaq.org -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of joe Sent: Saturday, May 20, 2006 6:24 PM To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] OldCmp

RE: [ActiveDir] OldCmp question

2006-05-20 Thread Ulf B. Simon-Weidner
Weblog: http://msmvps.org/UlfBSimonWeidner Website: http://www.windowsserverfaq.org -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of joe Sent: Friday, May 19, 2006 9:41 PM To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] OldCmp question I just

RE: [ActiveDir] OldCmp question

2006-05-20 Thread joe
Directory Third Edition - http://www.joeware.net/win/ad3e.htm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ulf B. Simon-Weidner Sent: Saturday, May 20, 2006 2:56 AM To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] OldCmp question I didn't

RE: [ActiveDir] OldCmp question

2006-05-20 Thread Almeida Pinto, Jorge de
-29.57.777 ( Mobile : +31-(0)6-26.26.62.80 * E-mail : see sender address From: [EMAIL PROTECTED] on behalf of joe Sent: Fri 2006-05-19 21:34 To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] OldCmp question Hmm that may work. I will have to send

RE: [ActiveDir] OldCmp question

2006-05-19 Thread joe
Disabled accounts are marked by having bit 1 list on userAccountControl (value 2) To exclude them you want -af useraccountcontrol:AND:=2 and -bit I just realized I have an -onlydisabled switch, I should add a -onlynotdisabled I guess... -- O'Reilly Active Directory Third Edition -

RE: [ActiveDir] OldCmp question

2006-05-19 Thread Jef Kazimer
hmmm How about -onlyenabled? :) Ya know...just because... From: [EMAIL PROTECTED] To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] OldCmp question Date: Fri, 19 May 2006 11:41:21 -0400 Disabledaccountsaremarkedbyhavingbit1listonuserAccountControl (value2

RE: [ActiveDir] OldCmp question

2006-05-19 Thread joe
, 2006 2:36 PMTo: ActiveDir@mail.activedir.orgSubject: RE: [ActiveDir] OldCmp question hmmmHow about -onlyenabled? :)Ya know...just because... From: [EMAIL PROTECTED] To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] OldCmp question Date: Fri, 19 May 2006 11:41:21 -0400

RE: [ActiveDir] OldCmp question

2006-05-19 Thread joe
To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] OldCmp question Disabled accounts are marked by having bit 1 list on userAccountControl (value 2) To exclude them you want -af useraccountcontrol:AND:=2 and -bit I just realized I have an -onlydisabled switch, I should add a -onlynotdisabled

RE: [ActiveDir] OldCmp question

2006-05-19 Thread Rimmerman, Russ
OK cool. If you add the -onlyenabled switch, that would be REALLY cool! :) From: [EMAIL PROTECTED] on behalf of joe Sent: Fri 5/19/2006 2:41 PM To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] OldCmp question I just realized I told you how

RE: [ActiveDir] OldCmp question

2006-05-19 Thread Brian Desmond
+1 for onlynotdisabled g Thanks, Brian Desmond [EMAIL PROTECTED] c - 312.731.3132 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of joe Sent: Friday, May 19, 2006 3:34 PM To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] OldCmp question

RE: [ActiveDir] OldCmp question

2006-05-19 Thread Jef Kazimer
Hmm...then you could add -notonlynotdisabled to return disabled users just to keep with the flow... Subject: RE: [ActiveDir] OldCmp questionDate: Fri, 19 May 2006 17:08:03 -0400From: [EMAIL PROTECTED]To: ActiveDir@mail.activedir.org +1 for –onlynotdisabled g Thanks,Brian Desmond [EMAIL

RE: [ActiveDir] OldCmp question

2006-05-15 Thread joe
-af "(!(ourProperty=TRUE))" It would be more efficient and faster for the query to actually set all of the non-service accounts to FALSE so then you can do -af "(ourProperty=FALSE)" NOT filters aren't the greatest for efficiency plus you can get false positives because an account that

RE: [ActiveDir] OldCmp question

2006-05-15 Thread Michael B. Smith
Perhaps -af (!(ourProperty=TRUE)) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rimmerman, Russ Sent: Monday, May 15, 2006 3:32 PM To: ActiveDir@mail.activedir.org Subject: [ActiveDir] OldCmp question I've created a new boolean schema property to flag all

RE: [ActiveDir] OldCmp question

2006-05-15 Thread Rimmerman, Russ
ActiveDir@mail.activedir.orgSubject: RE: [ActiveDir] OldCmp question -af "(!(ourProperty=TRUE))" It would be more efficient and faster for the query to actually set all of the non-service accounts to FALSE so then you can do -af "(ourProperty=FALSE)" NOT filters aren't the greatest for eff

RE: [ActiveDir] OldCmp question

2006-05-15 Thread Tony Murray
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rimmerman, Russ Sent: Tuesday, 16 May 2006 8:38 a.m. To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] OldCmp question I ended up using oldcmp -report -age 120 -users -f ((objectcategory=person)(objectclass=user)(!(ourAttribute

RE: [ActiveDir] OldCmp question

2006-05-15 Thread joe
://www.joeware.net/win/ad3e.htm From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony MurraySent: Monday, May 15, 2006 5:24 PMTo: ActiveDir@mail.activedir.orgSubject: RE: [ActiveDir] OldCmp question Hi Russ Just out of idle curiosity, I would be interested to know why you

RE: [ActiveDir] OldCmp question

2006-05-15 Thread joe
re.net/win/ad3e.htm From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rimmerman, RussSent: Monday, May 15, 2006 4:38 PMTo: ActiveDir@mail.activedir.orgSubject: RE: [ActiveDir] OldCmp question I ended up using oldcmp -report -age 120 -users -f "((objectcategory=person)(o

RE: [ActiveDir] OldCmp

2005-11-26 Thread joe
So, other than the bug reports and requests I have received previously prior to this email, it is perfect? Cool. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of joeSent: Friday, November 18, 2005 5:38 PMTo: ActiveDir@mail.activedir.orgSubject: [ActiveDir] OldCmp Ok, so

RE: [ActiveDir] OldCmp

2005-11-26 Thread David Adner
] [mailto:[EMAIL PROTECTED] On Behalf Of joeSent: Saturday, November 26, 2005 10:01 AMTo: ActiveDir@mail.activedir.orgSubject: RE: [ActiveDir] OldCmp So, other than the bug reports and requests I have received previously prior to this email, it is perfect? Cool. From: [EMAIL

RE: [ActiveDir] OldCmp

2005-11-26 Thread joe
ActiveDir@mail.activedir.orgSubject: RE: [ActiveDir] OldCmp I scanned through the list of current switches and you appear to already have everything I was going to ask for. :) The only item I wasn't 100% certain on was if it can query lastLogon. I saw references to pwdLastSet and lastLogonTimeStamp. T

Re: [ActiveDir] oldcmp

2005-10-10 Thread Tom Kern
i'm trying to get rid of all those fields except sAMAccountName with perl. any ideas? can oldcmp take as input the same file it created to disable accounts? anyway, i'd like to know how to parse that file in perl and get rid of all the fields except that one and use that file as input to oldcmp

RE: [ActiveDir] oldcmp

2005-10-10 Thread David Cliffe
ailto:[EMAIL PROTECTED] On Behalf Of Tom KernSent: Monday, October 10, 2005 4:21 AMTo: ActiveDir@mail.activedir.orgSubject: [spam] Re: [ActiveDir] oldcmp i'm trying to get rid of all those fields except sAMAccountName with perl. any ideas? can oldcmp take as input the sam