I have been trying to find a script to remote a single proxy from all my veeam backup and replication jobs. I have only found ones for v9. I have tried updating this script, but it still will not work.
I get the following error:
Set-VBRJobProxy : Cannot validate argument on parameter 'Proxy'. The argument is null or empty. Provide an argument
that is not null or empty, and then try the command again.
At line:4 char:26
+ Set-VBRJobProxy -Proxy $proxiesToKeep -Job $job
Are you aiming to remove a single proxy from the list of more than one proxy or just switch to proxy auto detection mode from single proxy usage for each job altogether? Thanks!