Add-MSDevicesToBlueprint
Add Devices to Blueprints
Syntax
Add-MSDevicesToBlueprint -DeviceIds (Array) -BlueprintId (Int32)
Add-MSDevicesToBlueprint -DeviceIds (Array) -BlueprintPath (String) [-CreateIfNotFound]
Examples
## Add Devices to a Blueprint by Id
Add-MSDevicesToBlueprint -DeviceIds @(275, 276, 277) -BlueprintId 1600
## Add Devices to a Blueprint by path, creating if it doesn't exist already
Add-MSDevicesToBlueprint -DeviceIds @(275, 276, 277) -BlueprintPath 'Location\AMER\United States\Mesa' -CreateIfNotFound