Welcome to Microsoft Q&A,
Hello @MB , I hope you are doing well.
Based on the error, the update is failing while the SBECopyLocalPerNode step is creating the local SBE cache. The immediate cause is a file-system permissions issue on the affected node:
Access to the path ...\SBECache\...\CPMProv.sys is denied.
Since the failure occurs during Get-FileHash / Test-SBEContentIntegrityInternal, the update process cannot read the file to validate the local SBE content.
I recommend:
- Confirm the affected node and verify whether the file is accessible locally.
- Check the NTFS permissions and ownership of the
C:\CloudContent\Microsoft_Reserved\Update\SBECachedirectory and the affected file. - Compare the permissions with the same path on a healthy node.
- Check whether security software or endpoint protection is blocking access to
CPMProv.sys. - Review the SBE/CAU logs around the failure time for additional details.
Because this is a Microsoft Reserved update path and the SBE update is normally orchestrated automatically through CAU, I would avoid manually changing permissions or deleting the cache until you have confirmed the expected permissions for the SBE update process. An incorrect ACL change could potentially affect subsequent updates.
The key point is that the failure appears to be node-specific local file access, rather than a general SBE package or CAU failure. The fact that rebooting did not resolve it further supports investigating the file ACL/ownership and any security software that may be denying access.
If my answer helped you, please consider marking it as accepted. This helps others in the community find similar solutions.