WSUS Client Not Showing in Target Group – Troubleshooting Guide
When a client machine does not appear in the correct WSUS target group, it is usually due to delayed policy application or the client not reporting to the WSUS server.
🔍 Issue
The client system is not visible under the expected target group in the WSUS console.
⚙️ Root Cause (Common)
- Group Policy not applied properly
- Client not reporting to WSUS server
- Detection cycle not triggered
- Delay in synchronization/reporting
🛠️ Steps to Fix
Perform the following steps on the client machine:
1. Force Group Policy Update
gpupdate /force
2. Trigger Windows Update Detection
wuauclt /detectnow
3. Force Reporting to WSUS Server
wuauclt /reportnow
4. Optional – Check for Updates (GUI)
- Go to Settings → Windows Update
- Click Check for Updates
✅ Result
After running the above commands, the client successfully reported to the WSUS server and appeared in the correct target group in the WSUS console.
📌 Additional Checks (If Issue Persists)
-
Verify WSUS GPO settings:
-
Specify intranet Microsoft update service location
-
-
Check registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate - Ensure correct WSUS server URL
-
Restart Windows Update service:
net stop wuauserv
net start wuauserv
Comments
Post a Comment
Thanks to write us