remove testing stuff
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user