User Tools

Site Tools


sysadmin:elenco_degli_oggetti_nei_job

This is an old revision of the document!


Elenco delle VM per ogni job

foreach($job in Get-VBRJob) { Write-Host "Job:", $job.Name; $job.GetObjectsInJob() | foreach { $_.Location } }
sysadmin/elenco_degli_oggetti_nei_job.1502100636.txt.gz · Last modified: 7/08/2017 10:10 by 127.0.0.1