View Full Version : View more columns


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.

Mike Aubert
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
mikenews2@2000trainers.com

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.

"Tim Natter" wrote in message
news:147b101c3fa4a$da91fbb0$a101280a@phx.gbl...
> 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.