I recently discovered that I can no longer select all my Teams , some have a Class or education property witch gives them extended functionality. I know I should also select the SharePoint site for backup to have all the related items.
but I can now not use a PowerShell script to select those in a backup Job
To clarify , it is not that the PowerShell is not right. If I use this same commands on a normal team site it adds it to the backup selection , but when I use a class / education team then i get this error
I’m not aware of any limitations when using our default cmdlets with Class/Education Teams objects.
Does it work when you explicitly select the Teams you want to add? Unfortunately, I can’t test it myself, as I don’t have access to an Education Tenant.
$org = Get-VBOOrganization -Name "Your Tenant"
$team = Get-VBOOrganizationTeam -Organization $org -DisplayName "Your Educational Teams you like to add"
$backupItemTeams = New-VBOBackupItem -Team $team
$job = Get-VBOJob -Name "Backup Job Name"
Add-VBOBackupItem -Job $job -BackupItem $backupItemTeams
If the default cmdlets do not work, please open a case with our Customer Support team, as it should be investigated by our customer support. Please provide me the case number.