Intune Initial Scripts Backup
This commit is contained in:
6
dump/WSUS_Scripts/Old-Scripts/Stop-Backups.ps1
Normal file
6
dump/WSUS_Scripts/Old-Scripts/Stop-Backups.ps1
Normal file
@@ -0,0 +1,6 @@
|
||||
#Disable VEEAM Job Schedule - Schedule to Run at 7pm on maintenance day
|
||||
Add-PSSnapin -Name VeeamPSSnapIn
|
||||
Connect-VBRServer -Server PVEB001
|
||||
Get-VBRJob | where {$_.JobTargetType -eq "Backup" -and $_.IsScheduleEnabled -eq $true} | Disable-VBRJobSchedule
|
||||
|
||||
Disconnect-VBRServer
|
||||
Reference in New Issue
Block a user