Have tried the example provided in KB on VBO commands
Code: Select all
$job = Get-VBOJob -Name "Monthly Backup"
$group = Get-VBOBackupItem -Job $job -Groups
$group.Group
Code: Select all
$job = Get-VBOJob -Name "Example job"
$Sites = Get-VBOBackupItem -Job $job -Sites
$Sites.Sites
If I checked the data in the variable I get
$job
Organization Repository Name IsEnabled LastStatus Description
------------ ---------- ---- --------- ---------- -----------
Example . Example Sharepoint True Running
I tried the Group option too with email/ teams backup get nothing back