Maintain control of your Microsoft 365 data
Post Reply
habibalby
Veteran
Posts: 391
Liked: 32 times
Joined: Jul 18, 2011 9:30 am
Full Name: Hussain Al Sayed
Location: Bahrain
Contact:

Returns a list of objects included in a backup job Veem O365

Post by habibalby » 1 person likes this post

Hi All,

For those like me who are looking to fetch the number of items within each backup jobs of VeeamO365; while I was searching I didn't find anything and I thought of sharing this with you;

Code: Select all

$Job = Get-VBOJob -Name Generic_Mailboxes
$Org = Get-VBOOrganization
(Get-VBOBackupItem -Job $Job).User | Select UserName, DisplayName
Thanks,
nielsengelen
Product Manager
Posts: 5619
Liked: 1177 times
Joined: Jul 15, 2013 11:09 am
Full Name: Niels Engelen
Contact:

Re: Returns a list of objects included in a backup job Veem O365

Post by nielsengelen » 1 person likes this post

Thanks for sharing :-)!
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
Post Reply

Who is online

Users browsing this forum: No registered users and 14 guests