SHellSys

Results 2 comments of SHellSys

> Hey, thanks fr the reprt :) When you say on Edge, have you tried other browsers and they're working? Or you only tried it on Edge The error occured...

I added the SureBackups in my sensor: ```powershell $allSureBkSesh = @(Get-VBRSureBackupSession | Where-Object{($_.CreationTime -ge (Get-Date).AddHours(-$HourstoCheck))}) # Get all Sure Backup Sessions $successSessionSureBk = @($allSureBkSesh | Where-Object{$_.Result -eq "Success"}) $warnungSessionSureBk =...