Code highlighting
Backupjobs
Quick Backup starten
VM auf Hyper-V Host
VM auf ESXi Host
Disable, Export and Re-Enable all Jobs
Disable & Export
Add-PSSnapin veeam*
$AllVBRJobs = Get-VBRJob | select Name, JobType, IsScheduleEnabled
$AllVBRJobs | Export-Csv -Path "C:\temp\All-VBRJobs.csv"
Disable-VBRJob -Job $AllVBRJobs.Name
Enable all before-enabled-Jobs
$BeforeEnabledVBRJobs = Get-Content "C:\temp\All-VBRJobs.csv" | ConvertFrom-Csv | ? {$_.IsScheduleEnabled -match "True"}
Enable-VBRJob -Job $BeforeEnabledVBRJobs.Name
VTL-Tapes
Informationen eines VTL-Tapes anzeigen (Beispiel Tape "N00069")
VTL-Tape Name ändern
Beispiel wenn der "Barcode" eines Tapes nicht mit dem "Namen" übereinstimmt.
Konfiguration
Backup Repository (Limit Maximum concurrent tasks to (Bsp. 6))
Kategorie:Veeam Kategorie:PowerShell
Last update:
February 2, 2023
Created: February 2, 2023
Created: February 2, 2023