Microsoft
Software
Hardware
Network
Question : AD Custom Query with .csv export which contains only Username, Realname and eMail ??
Hi
i need an csvde AD custom query which contains: "AD Logon Username, Realname, SMTP Email". nothing else. It should not include any "disabled users" or something else.
i've tested something with csvde:
csvde -d "ou=zh1,dc=ch,dc=lum2" -f c:\mfr001.csv -l "sAMAccountName, mail"
but this gives me to much data (includes DN) and also all inactive accounts.
thank you!
Answer : AD Custom Query with .csv export which contains only Username, Realname and eMail ??
You could do this with PowerGUI (freeware), and create custom queries and export accordingly -
http://www.powergui.org/do
wnloads.js
pa
Otherwise, did you want this in VB?
Lee
Random Solutions
Rogue disc drive in server 2008 cluster
making first word bold
Repeated Windows Update
Backup Exec 12 - Catalog issue
Setting up my first database driven web site
PPTP VPN via Windows 2008 R2
How do I fix a calculation problem in Microsoft Visual 2008?
Excel Date Time format conversion yyyy-mmm-dd hh:mm:ss to mm/dd/yyyy hh:mm:ss
Summing amount using a aggregate function in a query
How can I convert a custom control that calls User32 and Shell32 to work on Mono?