We have access to multiple Veeam servers that we would like to talk to via the PowerShell plugin from a single management box. The issue we have is that it appears all Veeam servers need to be at the same patch level, there is no backwards/downwards compatibility.
For example, our management server has the 9.5 U3 console installed, but one of the servers we're connecting to is on 9.5 U2. The error we get when connecting via powershell is fairly clear:
Code: Select all
Veeam.Backup.Core.Common.CClientServerVersionsException
Backup server has an earlier version (9.5.0.1038) than this console (9.5.0.1536). Please logon to the server locally and update it to the latest version using the local console, then try again.