The new Veeam security bulletin is all the buzz lately with multiple CVE’s - https://www.veeam.com/kb4649 and I’m sure you’re all aware of this by now.
However, what comes with this 12.2 update is a bit of a compatibility challenge. Cloud Connect Veeam 12.2 no longer supports customers running anything older than 12.0 as a Cloud Connect tenant. Previously, Veeam 12.1 supported tenants running anything newer than Veeam 10a.
Now you probably have a conundrum. Do you know all the different Veeam versions tenants are running that are backing up or replicating to your environments? Even if you could upgrade today, how many customers are you going to break?
While this won’t tell you exactly which tenants have the older versions, you can at least see *which* versions are hitting your environment with this one powershell script (run it from your VCC server).
Get-CimInstance -Query "SELECT * FROM CloudTenantVersionInfo" -Namespace "ROOT\VeeamBS" | Select ProductVersion
Good luck out there!
PS: Of course you can find this in VSPC as well, but what if the customer isn’t in there? The script above will help.