Hi LEWISF,
You can pass the results of Get-VBRUnstructuredBackupJob to Get-VBRJobObject for a convenient list of what's being backed up:
You can pass the results of Get-VBRUnstructuredBackupJob to Get-VBRJobObject for a convenient list of what's being backed up:
Code:
$job = Get-VBRUnstructuredBackupJob -Name "NAS-wikipedia"Get-VBRJobObject -Job $jobName Type ApproxSize Location---- ---- ---------- --------\\fileserver-01\wiki Include 0 B \\fileserver-01\wikiStatistics: Posted by david.domask — May 15, 2025 12:50 pm






