Exclusively for TechExams members for Infosec Boot Camps starting before April 30, 2026
for /f %C in (c:\temp\computernames.txt) do copy c:\temp\uptime.exe \\%C\admin$\
net stats srv | find "since"
misterbob wrote: You can pipe the find command. Example (on English windows):net stats srv | find "since" And there you have just one line
Exclusively for TechExam members. Applies to boot camps starting before April 30, 2026.