How to Export GAL
Dear
What is the correct Syntax for Exporting GAL using csvde or Ldife
GodblessingsRaSa
April 26th, 2011 1:19am
Hi,
I assume, the following command should work: CSVDE -f GalDumpAll.csv -r objectCategory=personRegards from www.windowsadmin.info
Free Windows Admin Tool Kit Click here and download it now
April 26th, 2011 2:02am
Dear i try but it was not the correct as i have to Export all the GAL entries
Thanks for your reply
RaSa
April 26th, 2011 3:19am
Hi,
Check whether this helps:
csvde -r "(objectClass=user)" -d "dc=corp,dc=company,dc=net" -l disp
layname,title,description,company,department,assistant,
physicaldeliveryofficename,telephoneNumber,othertelephone,
mail,streetaddress,postofficebox,l,st,postalcode,co,homephone,
otherhomephone,pager,otherpager,mobile,othermobile,
facsimileTelephoneNumber,info,manager,memberOf -f c:\gal.csv
This will create the csv at C drive with name gal.csvRegards from www.windowsadmin.info
Free Windows Admin Tool Kit Click here and download it now
April 26th, 2011 5:37am