remove testing stuff

This commit is contained in:
2024-02-23 15:44:28 -05:00
parent 70aca302a8
commit 401cc3ded1
+2 -3
View File
@@ -31,11 +31,10 @@ Function Use-Path {
}
# Import MSP360 module
#Import-MSP360Module
Import-Module MSP360
Import-MSP360Module
# Get all backup plans
$BackupPlans = Get-MBSBackupPlan -OutputType Raw | Where-Object { $_.Name -eq "TestPlan" }
$BackupPlans = Get-MBSBackupPlan -OutputType Raw
# Iterate over all backup plans
ForEach ( $plan in $BackupPlans ) {