Add-MSApplicationsToBlueprint

Add Applications to Blueprints

Syntax


Add-MSApplicationsToBlueprint -AppIds (Array) -BlueprintId (Int32)

Add-MSApplicationsToBlueprint -AppIds (Array) -BlueprintPath (String) [-CreateIfNotFound]

Examples


## Add Apps to a Blueprint by Id
Add-MSApplicationsToBlueprint -AppIds @(275, 276, 277) -BlueprintId 1600

## Add Apps to a Blueprint by path, creating if it doesn't exist already
Add-MSApplicationsToBlueprint -AppIds @(275, 276, 277) -BlueprintPath 'Location\AMER\United States\Mesa' -CreateIfNotFound