Running -checkupgradeonly silently?

  • Thread starter Thread starter Joe Murphy
  • Start date Start date
J

Joe Murphy

Is there a way to run winnt32.exe -checkupgradeonly silently?

I'd like to find a quick and dirty way to run this on all eligible systems
in my environment to see what it returns but it must run silently.

Much obliged,
JM
 
Hello Joe,
I think you should be able to run this with /unattend and it will complete
silently
So the line would be
winnt32.exe /checkupgradeonly /unattend
This should not prompt, just write to the upgrade.txt file and log any
errors to the Winnt32.log file.
You do not need to specify an unattend file, just use the /unattend switch.
Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
 
Back
Top