目前新建置WSUS但實際報到的電腦只有100多台(公司電腦有300多台),嘗試各種方法都無法解決,請問各位高手還有其他方法可以解嗎? 謝謝。
公司環境:
Client:Win10
AD: Win Server 2012 R2
WSUS: Win Server 2022
已設定過但還是無效:
@echo off
if exist %systemdrive%\SUSClientID.log goto end
net stop wuauserv
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v PingID /f > %systemdrive%\SUSClientID.log 2>&1
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v AccountDomainSid /f >> %systemdrive%\SUSClientID.log 2>&1
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientId /f >> %systemdrive%\SUSClientID.log 2>&1
net start wuauserv
wuauclt.exe /resetauthorization /detectnow
:end
exit
Did you check the windows firewall?
看了你寫的有100台可以使用。
目前懷疑應該是網段不同造成無法連接。
測試方式你將不能連接的其中一台電腦設定到相同網段是否就能正常使用?
先找1台沒有連上線的client電腦並開啟管理員命令字元cmd
執行「 netstat -an | find "WSUS連線IP" 」
執行後是否有"WSUS連線IP:8530"的連線資料
如果有建立連線資料,表示這台client的電腦確實有使用WSUS的IP去連WSUS Server進行Windows Update
如果沒有,請查看看server和client間的網路設備或client端上的設定是否有被擋?