Remove-MSApplicationsFromBlueprint
Remove Applications from Blueprints
Syntax
Remove-MSApplicationsFromBlueprint -AppIds (Int32[]) -BlueprintId (Int32)
Remove-MSApplicationsFromBlueprint -AppIds (Int32[]) -BlueprintPath (String)
Remove-MSApplicationsFromBlueprint -AppIds (Int32[]) -FolderId (Int32)
Remove-MSApplicationsFromBlueprint -AppIds (Int32[]) -FolderPath (String)
Examples
## Remove Apps from a Blueprint by Id
Remove-MSApplicationsfromBlueprint -AppIds @(275, 276, 277) -BlueprintId 1600
## Remove Apps from a Blueprint by path
Remove-MSApplicationsfromBlueprint -AppIds @(275, 276, 277) -BlueprintPath 'Location\AMER\United States\Mesa'