Link to home
Start Free TrialLog in
Avatar of P S
P S

asked on

Need a powershell script to filter accounts created between a timeframe

I need to filter all the accounts having their attribute "X" set with value 3 and were created between 1/jan/2017 to 1/mar/2017. Also this search should be limited to an OU "OU=Test,DC=Contoso,DC=COM". Report should say when those accounts were created.


Thanks.
ASKER CERTIFIED SOLUTION
Avatar of oBdA
oBdA

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of P S
P S

ASKER

Thanks for your assistance.