Can anyone help me out to get the output on two rows in excel.
for /f "skip=3" %i in ('qfarm /load') do quser /server:%i | find /i /c "Active" && echo %i >> "c:\Temp\server.csv"
I can get them on row A and B. Is there also away to get the total amount.