Hi Team,
Could any one help me pulling out ad users created between specific dates, I have heard that it is possible to do with Quest AD power shell, Can any one help me on this. Please help.
Trying to pull information with below command but need accounts created between specific dates.
get-adobject -Filter {ObjectClass -eq "user" -and ObjectClass -ne "computer"} -IncludeDeletedObjects -Properties * | Select-Object displayName,samaccountname,Created,mail,extensionattribute5,IsDeleted,LastKnownParent
Regards
Sriman