Hi All,
I am trying to query the AD using the csvde command. I need to export all the rows which have been created after a specified date.
I ran the follwing command
cdvde -f export.csv -r "whenCreated=2006*"
Though there are maching records none of them are getting fetched. I guess the wild card character doesnt hold good.
Is there any other alternative for this.
ikanaj