User Tools

Site Tools


sysadmin:aggiungere_una_vm_ad_un_job_con_powershell

Aggiungere una VM ad un job con PowerShell

Utilizzare questo script per automatizzare l'operazione

Add-PSSnapin VeeamPSSnapin
$Entity = Find-VBRViEntity -name "nomeDellaVM"
$Job = Get-VBRJob -name "nomeDelJob"
Add-VBRViJobObject -Job $Job -Entities $Entity
sysadmin/aggiungere_una_vm_ad_un_job_con_powershell.txt · Last modified: 20/12/2021 06:17 by lrosa