💻 Software
Collecting the output from a command in Windows from users that are not computer savvy
Fresh6 days ago
Mar 15, 2026187 viewsConfidence Score0%
0%
Problem
I was wondering what is the easiest way to collect the output from a command in Windows from users that are not computer savvy. E.g. For example, If I need to collect the output from ipconfig from 20 people, I would like to have something that allows them to do something like this: The users are no…
Error Output
ipconfig /all > mail name@domain.com
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Collecting the output from a command in Windows from users that are not computer savvy
Low Risk
Write a batch file which outputs the results to a text file, then ask them to send you the text file, or use the command-line FTP client to upload the text file somewhere. I put the file in the current directory the script is running from ( ) and na…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix