Answered by:
Windows 10 PCs are shown in WSUS as Windows Vista

Question
-
Windows 10 PCs shown in WSUS as Windows Vista.
This is from WSUS console.
This is from Same Computer object from DC
Thursday, July 27, 2017 10:23 AM
Answers
-
Thanks for everyone, replied.
Issue had been resolved automatically, as I think after getting updates.
- Proposed as answer by Yan Li_ Tuesday, August 8, 2017 5:31 AM
- Marked as answer by Udara Kaushalya Tuesday, August 8, 2017 6:58 AM
Friday, August 4, 2017 8:48 AM
All replies
-
Am 27.07.2017 schrieb MAUKP:
Windows 10 PCs shown in WSUS as Windows Vista.
This is from WSUS console.
<https://social.technet.microsoft.com/Forums/getfile/1103294>On which OS is your WSUS installed? If W2012 then you have to upgrade
your WSUS. If 2008R2 or lower, you need to run this SQL Query hourly in Taskplaner:USE [SUSDB] GO SET NOCOUNT ON; UPDATE [dbo].[tbComputerTargetDetail] SET [OSDescription] = 'Windows 10 Enterprise' WHERE OSMajorVersion = 10 AND OldProductType = 1 AND NewProductType = 4 -- 4 = Enterprise UPDATE [dbo].[tbComputerTargetDetail] SET [OSDescription] = 'Windows 10 Pro' WHERE OSMajorVersion = 10 AND OldProductType = 1 AND NewProductType = 48 -- 48 = Pro UPDATE [dbo].[tbComputerTargetDetail] SET [OSDescription] = 'Windows 10 Enterprise 2016 LTSB' WHERE OSMajorVersion = 10 AND OldProductType = 1 AND NewProductType = 125 -- 125 = Windows 10 Enterprise 2016 LTSB UPDATE [dbo].[tbComputerTargetDetail] SET [OSDescription] = 'Windows Server 2016 Datacenter' WHERE OSMajorVersion = 10 AND OldProductType = 3 AND NewProductType = 8 -- 8 = Windows Server 2016 Datacenter UPDATE [dbo].[tbComputerTargetDetail] SET [OSDescription] = 'Windows Server 2016 Standard' WHERE OSMajorVersion = 10 AND OldProductType = 3 AND NewProductType = 7 -- 7 = Windows Server 2016 Standard GO
Winfried
WSUS Package Publisher: http://wsuspackagepublisher.codeplex.com/
http://technet.microsoft.com/en-us/windowsserver/bb332157.aspx
http://www.wsuswiki.com/HomeThursday, July 27, 2017 3:57 PM -
Hello,
If you are running Windows 2012 or 2012 R2 as WSUS server, you may try below fix:
If you are running WSUS 3.2 or lower version, please follow what Winfried replied to update the database.
Please refer to the below similar thread for more information:
Please remember to mark the replies as answers if they help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
Friday, July 28, 2017 7:07 AM -
Dear Moderator,
I checked those urls to get update packages. But difficult to find link to download right package.
Appreciate it, If you can provide correct link for get that update. I'm using wsus 2012R2.
Friday, July 28, 2017 11:12 AM -
Am 28.07.2017 schrieb MAUKP:
I checked those urls to get update packages. But difficult to find link to download right package.
Appreciate it, If you can provide correct link for get that update. I'm using wsus 2012R2.Install KB3095113 + KB3159706. After install KB3159706 you have to do
manual steps. Now you see your Windows 10 Clients as Windows (Version
10.) in WSUS.Winfried
WSUS Package Publisher: http://wsuspackagepublisher.codeplex.com/
http://technet.microsoft.com/en-us/windowsserver/bb332157.aspx
http://www.wsuswiki.com/HomeFriday, July 28, 2017 3:42 PM -
Am 28.07.2017 schrieb Yan Li_:
If you are running Windows 2012 or 2012 R2 as WSUS server, you may try below fix:
https://support.microsoft.com/en-us/help/3095113/update-to-enable-wsus-support-for-windows-10-feature-upgrades
If you are running WSUS 3.2 or lower version, please follow what Winfried replied to update the database.My Script show every Windows (Version 10) with the correct edition.
Windows 10 Enterprise or Windows 10 Pro and Windows Server 2016
Standard or Windows Server 2016 Datacenter. On a WSUS is installed on
W2012R2 or lower.Winfried
WSUS Package Publisher: http://wsuspackagepublisher.codeplex.com/
http://technet.microsoft.com/en-us/windowsserver/bb332157.aspx
http://www.wsuswiki.com/HomeFriday, July 28, 2017 3:44 PM -
Thanks for everyone, replied.
Issue had been resolved automatically, as I think after getting updates.
- Proposed as answer by Yan Li_ Tuesday, August 8, 2017 5:31 AM
- Marked as answer by Udara Kaushalya Tuesday, August 8, 2017 6:58 AM
Friday, August 4, 2017 8:48 AM