Have a Question?
WSUS – PowerShell Check
Donne le nom du serveur wsus reseigné dans la GPO
$WUServer = (Get-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate").WUServer
Donne le groupe cible où sera affecté le PC dans le WSUS
$TargetGroup = (Get-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate").TargetGroup
Etat du service Winupdate
$WinUpdateService = (Get-Service -Name wuauserv).Status