Operating System service pack level (0) is unsupported


Problem: Your Q-Hybrid backup fails with the error "Operating System service pack level (0) is unsupported"

Solution: Change PowerShell execution policies on your Windows Desktop system


By default, Windows desktop systems cannot run PowerShell scripts until PowerShell execution policies are changed. You can change your PowerShell execution policy by opening PowerShell as Administrator and typing

Set-ExecutionPolicy RemoteSigned


After doing so, re-run the Q-Hybrid job.


For more details on execution policies, please see this Microsoft KB:

https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.3