I need to remove a server from an agent backup job using PowerShell, I tried to apply the same logic as for VM machine removing, but it does not work
Code: Select all
Get-VBRComputerBackupJob | Get-VBRJobObject -Name $target | Remove-VBRJobObject
could you suggest me some method?
tnx