WSUS - wuauclt parameters
Guys is it possible to carry out detection process for some seconds while forcing client machine to communicate with WSUS server? I have used "wuauclt.exe/detectnow" but it is forcing client machine to communicate immediately and i don't want it to do so, rather i want it to perform detection for some seconds and allow communication after that. I am not sure if that's possible or not but if it then please let me know how. Any help regrading this will be highly appreciated.
Re: WSUS - wuauclt parameters
That's possible using one line script with the command, You will have to run the script as "Run Once Only task" from Scheduled Tasks. If you want then you can insert a wait loop in the script and than run it in real time. Hope that makes some sense to you.
Re: WSUS - wuauclt parameters
It does make sense but i was thinking that there will be a smarted idea, say like a switch. I have tried putting the wait loop in script but it keeps running until the wait gets over. I want a script which will run, perform detection for some seconds and allow client machine to communicate after that.