http://www.perlmonks.org?node_id=1025944


in reply to Re^2: Windows Net Use
in thread Windows Net Use

The suggested code will return the information in CSV format. Save it to a file and use something like Text::CSV to read only the columns you want.

Update: use something like /output:c:\netuselist.csv to save the file.