Answered by:
Workstations Not Yet Reported

Question
-
I configured 3 machines have Windows 7 to get their updates from the local WSUS server, one of them could get its updates from WSUS, but the remaining two workstation under the Last Status Report are Not Yet Reported.
I run the following command on those 2 workstations:
wuauclt /resetauthorization /detectnow
wuauclt /reportnow
and then I wait too much time, and there is no change happens.
for your info the WSUS server and all these machines are on a workgroup.
what should I do to make them reported and started downloading updates from WSUS?
Friday, February 26, 2016 5:07 PM
Answers
-
Am 26.02.2016 schrieb Mina Gobrial:
I configured 3 machines have Windows 7 to get their updates from the local WSUS server, one of them could get its updates from WSUS, but the remaining two workstation under the Last Status Report are Not Yet Reported.
Open on the workstation a Commandline with Admin Rights.
net stop wuauserv
del %windir%\WindowsUpdate.log
rd /s /q %windir%\SoftwareDistribution
net start wuauservwuauclt /detectnow
wuauclt /reportnowWait 10 Minutes and refresh your WSUS.MSC. If client is not
reporting, have a look in %windir%\WindowsUpdate.log for
errormessages.Winfried
WSUS Package Publisher: http://wsuspackagepublisher.codeplex.com/
http://technet.microsoft.com/en-us/windowsserver/bb332157.aspx
http://www.wsuswiki.com/Home- Proposed as answer by Steven_Lee0510 Sunday, March 6, 2016 12:06 PM
- Marked as answer by Steven_Lee0510 Monday, March 7, 2016 1:53 AM
Friday, February 26, 2016 5:29 PM
All replies
-
Good Day
Did you restart the WU Service on those machines?
Try that and a gpupdate /force after the restart of the WU service- Edited by Alvaro Saenz Friday, February 26, 2016 5:18 PM
Friday, February 26, 2016 5:09 PM -
Am 26.02.2016 schrieb Mina Gobrial:
I configured 3 machines have Windows 7 to get their updates from the local WSUS server, one of them could get its updates from WSUS, but the remaining two workstation under the Last Status Report are Not Yet Reported.
Open on the workstation a Commandline with Admin Rights.
net stop wuauserv
del %windir%\WindowsUpdate.log
rd /s /q %windir%\SoftwareDistribution
net start wuauservwuauclt /detectnow
wuauclt /reportnowWait 10 Minutes and refresh your WSUS.MSC. If client is not
reporting, have a look in %windir%\WindowsUpdate.log for
errormessages.Winfried
WSUS Package Publisher: http://wsuspackagepublisher.codeplex.com/
http://technet.microsoft.com/en-us/windowsserver/bb332157.aspx
http://www.wsuswiki.com/Home- Proposed as answer by Steven_Lee0510 Sunday, March 6, 2016 12:06 PM
- Marked as answer by Steven_Lee0510 Monday, March 7, 2016 1:53 AM
Friday, February 26, 2016 5:29 PM -
Hi,
When you click check the updates on the clients, what happens? Are the clients able to check the updates from WSUS server? If no, please provide the error code and post the windowsupdate.log here.
Also, please try to run the server clean up wizard on the WSUS server. I have seen many threads that an unwell-maintained WSUS server may cause report related issue.
Best Regards,
Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
Monday, February 29, 2016 5:43 AM