Skip to content

Verify/Update Session Filters  #105

@vMarkusK

Description

@vMarkusK

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

No one assigned

    Projects

    Status

    Selected To Do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions