0

Is there a macro or little appliaction that allows our secretary to print a new phone list, but the data should come from active directory?

Christian
  • 1,052
  • 5
  • 16
  • 24

3 Answers3

1

This script pulls all the users into Excel with full information This one just pulls the basics but is a good starting point

CPU_BUSY
  • 2,332
  • 17
  • 17
0

This is fairly straightforward once you have the LDAP query you need to pull the information from Active Directory. See a guide which will get you started here

Chris Ballance
  • 304
  • 1
  • 7
  • 20
0

Theres a good article on how to do so with a batch file here. You can use this to output to a text file that could then be edited in word.

If you want something more advanced there are a number of perl scripts out there that will do it.

Sam Cogan
  • 38,736
  • 6
  • 78
  • 114