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
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