remove testing stuff
This commit is contained in:
@@ -31,11 +31,10 @@ Function Use-Path {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Import MSP360 module
|
# Import MSP360 module
|
||||||
#Import-MSP360Module
|
Import-MSP360Module
|
||||||
Import-Module MSP360
|
|
||||||
|
|
||||||
# Get all backup plans
|
# Get all backup plans
|
||||||
$BackupPlans = Get-MBSBackupPlan -OutputType Raw | Where-Object { $_.Name -eq "TestPlan" }
|
$BackupPlans = Get-MBSBackupPlan -OutputType Raw
|
||||||
|
|
||||||
# Iterate over all backup plans
|
# Iterate over all backup plans
|
||||||
ForEach ( $plan in $BackupPlans ) {
|
ForEach ( $plan in $BackupPlans ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user