Using Windows server 2008
I am trying to export users in Active directory through CSVDE but it is not working.
I am using this
csvde -f C:\Scripts\csvusr.csv -p subtree -r "(&(objectCatagory=person)(objectClass=user)(givenName=*))" -l "cn,givenName,objectClass,samAccountName"
and saving this in notepad with bat extension.
When i execute this bat file nothing happens.
Please help
I am trying to export users in Active directory through CSVDE but it is not working.
I am using this
csvde -f C:\Scripts\csvusr.csv -p subtree -r "(&(objectCatagory=person)(objectClass=user)(givenName=*))" -l "cn,givenName,objectClass,samAccountName"
and saving this in notepad with bat extension.
When i execute this bat file nothing happens.
Please help