-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
https://forums.veeam.com/powershell-f26/jobtypes-t91059.html?sid=c92c2dd476d3f255f5762a497e395e03
Example to verify/update:
$seshListBkc = @($allSesh | Where-Object{($_.CreationTime -ge (Get-Date).AddHours(-$HourstoCheck)) -and $_.JobType -match "BackupSync|SimpleBackupCopyWorker"}) # Gather all BackupCopy sessions within timeframe
Metadata
Metadata
Assignees
Labels
Projects
Status
Selected To Do