Export to a comma delimited (or tab delimited file) through the ESM.
Because - Exchange Address List (I guess the GAL?) is available to all
Outlook clients anyway... why would you want to print it out?
Or - is it something else that you are trying to print?
--
Sincerely,
Nino Bilic
MCSE+I, W2K MCSE, MCSA, A+
Microsoft Exchange Support
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
This posting is provided "AS IS" with no warranties, and confers no rights.
Find out about Strategic Technology Protection Program and get our Security
Toolkit! Go to http://www.microsoft.com/security .
"Gene" <ge...@turnnet.com> wrote in message
news:0acf01c3cef8$7a784720$a601...@phx.gbl...
>.
>
> Well - let me ask you this - I am not understanding what you are
> trying to do?
>
> Because - Exchange Address List (I guess the GAL?) is available to all
> Outlook clients anyway... why would you want to print it out?
>
> Or - is it something else that you are trying to print?
My guess is that he wants to provide people with a printed list,
because there are still those that prefer to have the paper document
instead of the digital...
I misspoke in my first reply, my apologies. If you want to get a list
of users along with email addresses, go into your Active Directory
Users and Computers MMC, and click on the OU that houses the users you
are looking for. Change the view to include the columns you would like
in your exported list, and the right click on that OU and choose
"Export List." With Exchange 2000 user management was taken out of the
ESM and integrated into the AD console.
Short of knowing your exact OU layout, those are the best instructions
I can provide.
--
Ben Winzenz
Network Engineer
Gardner & White
Exchange FAQ's: http://www.swinc.com/resource/exch_faq.htm
Exchange 2000 FAQ's: http://www.swinc.com/resource/e2kfaq.htm
"Robin" <rhabe...@avazpour.com> wrote in message
news:e9wByKwz...@TK2MSFTNGP12.phx.gbl...
>.
>
>.
>
Then you can leave only the columns for display name and email addresses and
print that out.
--
Sincerely,
Nino Bilic
MCSE+I, W2K MCSE, MCSA, A+
Microsoft Exchange Support
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
This posting is provided "AS IS" with no warranties, and confers no rights.
Find out about Strategic Technology Protection Program and get our Security
Toolkit! Go to http://www.microsoft.com/security .
<anon...@discussions.microsoft.com> wrote in message
news:00b701c3cf0a$23591890$a501...@phx.gbl...
C:\winnt\system32>csvde
CSV Directory Exchange
General Parameters
==================
-i Turn on Import Mode (The default is Export)
-f filename Input or Output filename
-s servername The server to bind to (Default to DC of logged in Domain)
-v Turn on Verbose Mode
-c FromDN ToDN Replace occurences of FromDN to ToDN
-j Log File Location
-t Port Number (default = 389)
-u Use Unicode format
-? Help
Export Specific
===============
-d RootDN The root of the LDAP search (Default to Naming Context)
-r Filter LDAP search filter (Default to "(objectClass=*)")
-p SearchScope Search Scope (Base/OneLevel/Subtree)
-l list List of attributes (comma separated) to look for in an
LDAP search
-o list List of attributes (comma separated) to omit from input.
-g Disable Paged Search.
-m Enable the SAM logic on export.
-n Do not export binary values
Import
======
-k The import will go on ignoring 'Constraint Violation' and
'Object Already Exists' errors
Credentials Establishment
=========================
Note that if no credentials is specified, CSVDE will bind as the currently
logged on user, using SSPI.
-a UserDN [Password | *] Simple authentication
-b UserName Domain [Password | *] SSPI bind method
Example: Simple import of current domain
csvde -i -f INPUT.CSV
Example: Simple export of current domain
csvde -f OUTPUT.CSV
Example: Export of specific domain with credentials
csvde -m -f OUTPUT.CSV
-b USERNAME DOMAINNAME *
-s SERVERNAME
-d "cn=users,DC=DOMAINNAME,DC=Microsoft,DC=Com"
-r "(objectClass=user)"
--
Ben Winzenz
Network Engineer
Gardner & White
Exchange FAQ's: http://www.swinc.com/resource/exch_faq.htm
Exchange 2000 FAQ's: http://www.swinc.com/resource/e2kfaq.htm
"Gene" <anon...@discussions.microsoft.com> wrote in message
news:024701c3cf10$598dd6c0$a301...@phx.gbl...
>.
>
Andy
"jmhj" <jm...@hotmail.com> wrote in message
news:uTWGaLO7...@TK2MSFTNGP12.phx.gbl...