I am trying to create a tool to initiate Windows Update detection on a remote computer. Using psexec this works with a hard coded computer. What variable would I use in place of \"Computername" to use the selected computer in the Hyena Window?
psexec.exe \\Computername wuauclt.exe /detctnow
psexec.exe \\Computername wuauclt.exe /detctnow
Comment