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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NET USER info to txt file

Status
Not open for further replies.

OGDesigner

Technical User
Aug 24, 2004
3
US
Howdy,

I am looking to send the output of the NET USER command to a text file so that it can be imported into an excel file for analysis of active directory accounts. Does anyone know a simple way that this can be accomplished?
 
net use >> textfile.txt

This one will append data to the textfile.txt file if it already exists.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top