Findind unactivated accounts

  • Thread starter Thread starter Paul Johnston
  • Start date Start date
P

Paul Johnston

I'm sure this has been asked before but what indicates an ad user
account is not enabled, specifically when using something like adfind.

adfinds faq states

<snip>
How do I search for disabled user accounts across the entire forest?

adfind -gc -b -bit -f
"&(objectcategory=person)(samaccountname=*)(useraccountcontrol:AND:=2)"
-dn

</snip>

However I don't understand how this works

TIA Paul
 
I'm sure this has been asked before but what indicates an ad user
account is not enabled, specifically when using something like adfind.

adfinds faq states

<snip>
How do I search for disabled user accounts across the entire forest?

adfind -gc -b -bit -f
"&(objectcategory=person)(samaccountname=*)(useraccountcontrol:AND:=2)"
-dn

</snip>

However I don't understand how this works

TIA Paul

Oops !
Specifically I meant to ask what is it with these 66048 66050 66082
and 66080 useraccountcontrols
:-(
paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top