Hi,
I'd be happy to help you out with your question. Sorry for the inconvenience caused.
Based on the information you provided, it is possible that the issue you are experiencing is related to the age of the Windows Server 2016 version you are using or the PowerShell script you are using to create the slipstreamed ISO.
To troubleshoot the issue, I would suggest the following:
- Check the Windows Update logs on the VMs to see if there are any errors or warnings related to the installation of the updates. This may help you identify any specific issues that are preventing the updates from being installed.
- Try creating a slipstreamed ISO using a different ISO file or a newer version of the Windows Server 2016 ISO to see if the issue persists. This may help you determine if the issue is related to the ISO file you are using.
- Instead of using the PowerShell script to add the updates to the install.wim file, you can use the Deployment Image Servicing and Management (DISM) tool to apply updates directly to the mounted image. This may help you identify any issues with the PowerShell script or the slipstreaming process.
Few more things to consider are :-
- Check network connectivity: Ensure that the server has proper network connectivity to download and install updates. You can use PowerShell cmdlets like Test-NetConnection to diagnose routing and connectivity issues.
- Check system resources: Verify that there is enough disk space, memory, and CPU available on the server to install updates. If necessary, increase these resources.
- Check for errors in logs: Review event logs and other system logs for any errors or warnings related to installing updates.
- Run SFC and DISM utilities: Administrators can diagnose and treat a buggy server operating system by using the Windows SFC (System File Checker) and DISM (Deployment Image Servicing and Management) utilities for image analysis and repairs.
- Collect packet capture: Collect a standard packet capture using tools like Wireshark or Microsoft Network Monitor to identify any network-related issues.
For more Information, Please refer to following resources :-
- Troubleshooting Windows Server - https://learn.microsoft.com/windows-server/troubleshoot/windows-server-troubleshooting
- Advanced Troubleshooting Server Message Block (SMB) - https://learn.microsoft.com/windows-server/storage/file-server/troubleshoot/troubleshooting-smb
If you have any other questions or need assistance with anything, please don't hesitate to let me know. I'm here to help.
If the reply was helpful, please don’t forget to upvote or accept as answer, thank you.