Asked by:
windows 10 upgrade - WSUS

Question
-
I have around 150 windows 10 PC version 10240
I want to upgrade windows version to latest via WSUS , which is version 18, the approval state is install but the status is Not applicable
Regards,
Sunday, September 30, 2018 10:33 AM
All replies
-
You haven't given enough information about your current environment so I'm going to leave you with reading my 8 part blog series on How to Setup, Manage, and Maintain WSUS
https://www.ajtek.ca/wsus/how-to-setup-manage-and-maintain-wsus-part-1-choosing-your-server-os/
Part 1, and 3 are all dealing with Windows as a Service.
Adam Marshall, MCSE: Security
https://www.ajtek.ca
Microsoft MVP - Windows and Devices for ITSunday, September 30, 2018 2:21 PM -
Hello,
Could you please provide the Group Policies applied to you clients and the edition of your clients? Have you tried to check online for upgrading?
However, 10240 is really a very old version and I have seen a lot of cases failed to upgrade. I suggest that you could upgrade your client by using media creation tool.
Hope my answer could help you and look forward to your feedback.
Best Regards,
RayPlease remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
Monday, October 1, 2018 1:02 AM -
I had install WSUS on windows 2012 R2 server , I had configure GPO , I approved the "upgrade to windows 10 , version 18 for install " only few device can download the upgrade while the others are not applicable, all computers have same specification , model & version .
Why I can download the upgrade on few device only ?
Monday, October 1, 2018 12:27 PM -
Hi Ray ,
I am trying to send image but I not authorized to upload picture in Microsoft form
please find my GPO configuration
Always automatically restart at the scheduled time Enabled
Configure Automatic Updates Enabled
Specify intranet Microsoft update service location Enabled
Automatic Updates detection frequency Enabled
Do not connect to any Windows Update Internet locations Enabled
Allow Automatic Updates immediate installation Enabled
Turn on recommended updates via Automatic Updates Disabled
No auto-restart with logged on users for scheduled automatic updates installations Enabled
Re-prompt for restart with scheduled installations Enabled
Reschedule Automatic Updates scheduled installations Enabled
Regards,
Monday, October 1, 2018 12:40 PM -
Hello,
Thanks for your feedback.
It seems no problem in your GPO setting. In your WSUS console, do all your 150 clients show their status as "needed" for this upgrade?
Looking forward to your feedback.
Best Regards,
RayPlease remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
Wednesday, October 3, 2018 3:11 AM -
Hi Ray ,
only 5 computers needs that update
I had install the updates successfully on around 10 computers
the rest of computers has not applicable state ( these computer have same specs & version as other )
Thanks & Regards,
Wednesday, October 3, 2018 6:48 AM -
Hello,
Try following script in the elevated CMD.
net stop bits net stop wuauserv reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v AccountDomainSid /f reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v PingID /f reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientId /f reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientIDValidation /f rd /s /q "C:\WINDOWS\SoftwareDistribution" net start bits net start wuauserv wuauclt /resetauthorization /detectnow usoclient.exe startscan
Check if it works.
Best Regards,
RayPlease remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
Thursday, October 4, 2018 6:58 AM