PowerShell script exchange
Post Reply
LeoKurz
Veeam ProPartner
Posts: 28
Liked: 7 times
Joined: Mar 16, 2011 8:36 am
Full Name: Leonhard Kurz
Contact:

Find ZIPs

Post by LeoKurz »

Hello,

I'm trying to find a way to identify the backups created by zip together with their retention time (full licensed version).
Any Idea?

__Leo
veremin
Product Manager
Posts: 20282
Liked: 2257 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Find ZIPs

Post by veremin »

Try this workaround and see whether it answers your requirements:

Code: Select all

asnp VeeamPSSnapin
[Veeam.backup.Core.cbackup]::GetAll() | where {$_.JobTargetType -eq "Veeamzip"}
Thanks!
Post Reply

Who is online

Users browsing this forum: No registered users and 12 guests