Aller au contenu
View in the app

A better way to browse. Learn more.

Next

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

WSUS 2008 [résolu]

Featured Replies

Posté(e)

Bonjour,

J'ai un serveur 2008 Datacenter R2. Sur ce serveur, j'ai un wsus. Ce WSUS reconnait les ordinateurs w10 en Vista.

En faisant des recherches, je dois installer un patchs et ré-indexer la base WSUS.  https://gallery.technet.microsoft.com/ScriptCenter/6f8cde49-5c52-4abd-9820-f1d270ddea61/

Pour cela, on lance un script avec sqlcmd. Mais cela ne marche pas....
 

image.png.886dd665d0d28e2fabe486e43286f026.png

Modifié par trOmAtism

Posté(e)

Ok, mais de ce que je vois tu n'as pas le bon script :transpi:

Essai ca plutôt (je ne prend aucune responsabilité :dd: )

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

source: https://social.technet.microsoft.com/Forums/en-US/a05a872f-9a36-484a-9dfb-59d7320623a7/windows-10-pcs-are-shown-in-wsus-as-windows-vista?forum=winserverwsus

 

Modifié par CryoGen
source

Posté(e)
  • Auteur

Résolu :

J'ai tapé ceci :

sqlcmd -S np:\\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query -i (chemin)\WsusDBMaintenance.sql


 

Sans titre.png

Posté(e)
  • Auteur
Il y a 16 minutes, CryoGen a écrit :

Ok, mais de ce que je vois tu n'as pas le bon script :transpi:

Essai ca plutôt (je ne prend aucune responsabilité :dd: )


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

source: https://social.technet.microsoft.com/Forums/en-US/a05a872f-9a36-484a-9dfb-59d7320623a7/windows-10-pcs-are-shown-in-wsus-as-windows-vista?forum=winserverwsus

 

Beaugoss! Fonctionne!

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.