We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04abc18 commit 8b8adb5Copy full SHA for 8b8adb5
Powershell/Remove-MPDependencies-v1.ps1
@@ -163,7 +163,7 @@ PROCESS
163
Import-SCManagementPack -FullName "$ExportPath\$($ManagementPack.Name).xml" -ErrorAction SilentlyContinue
164
if ($ManagementPack.Name -in $unsealedMPs)
165
{
166
- #Remove from master list
+ #Remove from master list (not working yet)
167
$unsealedMPs.Remove($ManagementPack.Name)
168
}
169
@@ -174,7 +174,7 @@ PROCESS
174
Remove-SCManagementPack -ManagementPack $ManagementPack -Confirm:$false -ErrorAction Stop
175
if ($ManagementPack.Name -in $sealedMPs)
176
177
178
$sealedMPs.Remove($ManagementPack.Name)
179
180
0 commit comments