Jerry Seinfield
asked on
how to get a list of Inactive AD OU’s on WIndows server 2008 R2
Can someone please help me to get the right powershell command to pull out a list of inactive OUs from AD?
ASKER
Hi Mike,
what about inactive computers?
Can we pull out inactive users and computers from AD on a single powershell cmdlet?
if so,
what is the right syntax?
what about inactive computers?
Can we pull out inactive users and computers from AD on a single powershell cmdlet?
if so,
what is the right syntax?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Thanks Mike,
so, let's assume that all disabled accounts are member of an OU named DisabledUsers. Can we pull out that information?
If so,
is this reliable? if not, your thoughts?
so, let's assume that all disabled accounts are member of an OU named DisabledUsers. Can we pull out that information?
If so,
is this reliable? if not, your thoughts?
http://adisfun.blogspot.com/2012/08/find-inactive-users-using-powershell.html
oldcmp by Joeware is another great tool and adtidy is a great GUI tool that can help you with this task.
Thanks
Mike