How do I call WuInstall on a remote machine using psexec?

Use the following command:

psexec \\server -c -s -u domain\administrator -p password \\share\path_to_wuinstall\WUInstall.exe /search

Parameter
Description
\\server
The remote Windows machine
\\share\path_to_wuinstall\
Path to WuInstall executable
-u domain\administrator
Local admin or domain admin user on the remote machine
-p password
Password of the user
-c
Copies WuInstall to the remote system
-s
Executes the command (WuInstall.exe) on the local system
Did this answer your question?
😞
😐
🤩

Last updated on January 3, 2024