Quantcast
Channel: R&D Forums
Viewing all articles
Browse latest Browse all 9955

PowerShell • Re: PowerShell Script to Identify Backup Metadata Not Converted to V12 Format (Veeam v13)

$
0
0
Hi JJacquemont

Have you tried to filter jobs by "IsTruePerVmContainer"?

Code:

Get-VBRBackup | Where-Object {($_.IsTruePerVmContainer -eq 0) -And (($_.TypeToString -eq "VmWare Backup") -or ($_.TypeToString -eq "HyperV Backup" ) -or ($_.TypeToString -eq "Backup Copy" ))} | ft -AutoSize
Best,
Fabian

Statistics: Posted by Mildur — Jun 25, 2025 10:12 am



Viewing all articles
Browse latest Browse all 9955

Latest Images

Trending Articles



Latest Images