View more columns

  • Thread starter Thread starter Tim Natter
  • Start date Start date
T

Tim Natter

How can I view more columns when searching in AD or just
viewing attributes. I not talking about the regular 20-30
columns that I can add.

I want to run a query for NT computers and see the results
in a column view showing the operating system versions.
 
Hi Tim,



One solution is to use CSVDE. Run the following command at a command prompt
(all on one line - but it will rap):

CSVDE -f C:\output.csv -r "(objectClass=computer)" -l
"operatingSystem,operatingSystemVersion,operatingSystemServicePack"

You can then open the file in Excel or just a text editor (although it will
be easier to read in a spreadsheet application).

Have a look at CSVDE /? for more info.

Mike

------------------------------------------------------------------
Mike Aubert
MCSE, MCSD, MCDBA
(e-mail address removed)

Note the "news2" in my email address is temporary and may be changed in the
future, remove it to email me at my Permanente address.
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top