Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CSVDE filter column output

Status
Not open for further replies.

vttech

Technical User
Jan 28, 2006
297
0
0
US
I used the CSVDE tool to extract information about the computers on my domain using

Csvde –r objectclass=computer –f c:\computers.csv

I need to filter the columns I receive to the “cn” column and what every column will produce the date of the last time someone logged onto the computer

thanks


Newbie in search of knowledge
 
I thought I would post this to help someone that wants to filter based on row and columns using CSVDE

This CSVDE statement will filter rows that have the objectclass=computer and column heading cn
the -L is used to filter the columns and the -r is used to filter the rows

CSVDE -f export5.csv -r objectclass=computer -L "cn"


Newbie in search of knowledge
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top