Tag: exchange
-
Exporting email addresses (and other stuff) from Exchange
csvde (CSV Directory Exchange) seems to ship with MS Exchange, so should be on anything running it. Syntax is: csvde -f -d “” -r (mailname=*) -l [properties] -p subtree Where: <file> is the csv file to dump the output to. <dn> is the dn of the OU you want the data from (the ‘d’ in…
-
Cheating at LDAP in MS Active Directory
adsiedit.exe allows you to click your way through the AD directory tree and view and edit attributes, in short. It’s pretty handy for quickly getting the dn of an object when you’re not entirely sure of the directory structure to begin with. It’s all rather self-explanatory and clicky friendly:
-
GAL/LDAP for Entourage/OSX
We’ve a problem whereby Entourage cannot access the GAL, since it can’t find an LDAP server, with Entourage configured assuming the LDAP server is the same box as the DC for the site (which is also the Exchange box). It isn’t. By default, MS puts the LDAP server for a site on the same machine…