Hello Michael,
Thank you for your question and for reaching out with your question today.
To view the computer settings in the Group Policy Result (GPResult) output, you need to run the command with administrative privileges. Here's how you can do it:
- Open Command Prompt with administrative privileges. Right-click on the Command Prompt icon and select "Run as administrator."
- In the elevated Command Prompt window, run the following command to generate the GPResult report with computer settings:
gpresult /r /scope computer
This command will display the Group Policy settings applied to the computer.
Now, regarding the issue with WSUS server and not receiving updates on your servers, here are some steps you can take to troubleshoot the problem:
- Verify WSUS Configuration: Ensure that your WSUS server is correctly configured and synchronized with Microsoft Update servers. Check the synchronization status and confirm that the updates are being downloaded to the WSUS server.
- Confirm GPO Settings: Verify that the Group Policy settings for Windows Update are correctly configured to point the servers to the WSUS server. Ensure that the GPO is linked to the correct OU containing the servers.
- Check Firewall and Proxy Settings: Make sure that the servers can communicate with the WSUS server over the network. Check the firewall rules and proxy settings to ensure that they allow communication between the servers and the WSUS server.
- Run Windows Update Troubleshooter: On the affected servers, you can run the built-in Windows Update Troubleshooter. It can help identify and resolve common issues related to Windows Update.
- Restart Windows Update Service: Restart the Windows Update service on the servers by running the following commands in an elevated Command Prompt:
net stop wuauserv
net start wuauserv
- Check Windows Update Logs: Review the Windows Update logs on the servers to identify any errors or issues. The logs are located in the
%windir%\WindowsUpdate.logfile. - Manually Reset Windows Update Components: If all else fails, you can try resetting the Windows Update components on the servers. Microsoft provides a script called "Reset Windows Update Agent" that automates the process. You can download it from the Microsoft website and run it on the affected servers.
I used AI provided by ChatGPT to formulate part of this response. I have verified that the information is accurate before sharing it with you.
If the reply was helpful, please don’t forget to upvote or accept as answer.