Hi Erhardt24,
As you have said that your 3 Servers ran into the same problems, so it’s feasible for us to infer whether they come from the same original equipment manufacturer (OEM) or have executed same operations before.
Some OEM might not support KB 4535680 referred to the link: you can check whether your Servers’ condition apply to this docx and contact the OEM to verify,
https://support.microsoft.com/en-us/topic/kb4535680-security-update-for-secure-boot-dbx-january-12-2021-f08c6b00-a850-e595-6147-d0c32ead81e2
If else, you can extract the CBS logs and compare them with each other to find out differences by usage below
To view CBS.log, you can go to the path %windir%\Logs\CBS\CBS.log and double-click CBS.log file to open it.
To view the logs generated by SFC in CBS.log file, you can run cmd as administrator, execute the command findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfclogs.txt. Then, double-click the newly-created file on the Desktop to open it
Hope above information can help you.
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.