As part of the audit findings, the auditor is looking for the history or evidence that Veeam Backup and Replication were being patch regularly.
Is there a way I can extract this?
As part of the audit findings, the auditor is looking for the history or evidence that Veeam Backup and Replication were being patch regularly.
Is there a way I can extract this?
At least for the installed main version you can list all updates.
Settings → System → Apps & Features. Then search for Veeam and sort over install date (I have a screenshot in German language only). Unfortunately no version numbers are shown...
Hi,
i think there is no audit out of the box for your specific installation.
You can check the general patch history here: https://www.veeam.com/kb2680
Hi
As
At least for the installed main version you can list all updates.
Settings → System → Apps & Features. Then search for Veeam and sort over install date (I have a screenshot in German language only). Unfortunately no version numbers are shown...
Just to remember that on the old Control Panel you can still see the number version.
You also can use PowerShell to get an information about programs. Look for this:
Get-WmiObject -Class Win32_Product | where vendor -eq 'Veeam Software Group GmbH' | select Name, Version
It is resulting a simple table like that:
You are not able to see the tracking of patches would you like to see. But you can check if all Veeam programs are in the latest update version acording KB2680.
You also can use PowerShell to get an information about programs. Look for this:
Get-WmiObject -Class Win32_Product | where vendor -eq 'Veeam Software Group GmbH' | select Name, Version
It is resulting a simple table like that:
You are not able to see the tracking of patches would you like to see. But you can check if all Veeam programs are in the latest update version acording KB2680.
Love seeing PowerShell to get information.
You also can use PowerShell to get an information about programs. Look for this:
Get-WmiObject -Class Win32_Product | where vendor -eq 'Veeam Software Group GmbH' | select Name, Version
It is resulting a simple table like that:
You are not able to see the tracking of patches would you like to see. But you can check if all Veeam programs are in the latest update version acording KB2680.
Fine, this is a good Powershell query.
But then you have to know that e.g. Veeam Distribution Service in version 11.0.1.1265 is Veeam Backup and Replication Version 11a Patchlevel P20220302. You cannot query this level.
You also can use PowerShell to get an information about programs. Look for this:
Get-WmiObject -Class Win32_Product | where vendor -eq 'Veeam Software Group GmbH' | select Name, Version
It is resulting a simple table like that:
You are not able to see the tracking of patches would you like to see. But you can check if all Veeam programs are in the latest update version acording KB2680.
Fine, this is a good Powershell query.
But then you have to know that e.g. Veeam Distribution Service in version 11.0.1.1265 is Veeam Backup and Replication Version 11a Patchlevel P20220302. You cannot query this level.
Yeah! Is only possible to see the version, not the build.
You also can use PowerShell to get an information about programs. Look for this:
Get-WmiObject -Class Win32_Product | where vendor -eq 'Veeam Software Group GmbH' | select Name, Version
It is resulting a simple table like that:
You are not able to see the tracking of patches would you like to see. But you can check if all Veeam programs are in the latest update version acording KB2680.
Excellent, I was about sharing some DISM and PowerShell commands. But then we also have a recommended solution.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.