User Tools

Site Tools


sysadmin:aggiungere_una_vm_ad_un_job_con_powershell

This is an old revision of the document!


Aggiungere una VM ad un backup di Veeam

Utilizzare questo script Powershell 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.1497165132.txt.gz · Last modified: 11/06/2017 07:12 by 127.0.0.1