Remove-MSDevicesFromBlueprint

Remove Devices from Blueprints

Syntax


Remove-MSDevicesFromBlueprint -DeviceIds (Int32[]) -BlueprintId (Int32)

Remove-MSDevicesFromBlueprint -DeviceIds (Int32[]) -BlueprintPath (String)

Remove-MSDevicesFromBlueprint -DeviceIds (Int32[]) -FolderId (Int32)

Remove-MSDevicesFromBlueprint -DeviceIds (Int32[]) -FolderPath (String)

Examples


## Remove Devices from a Blueprint by Id
Remove-MSDevicesfromBlueprint -DeviceIds @(275, 276, 277) -BlueprintId 1600

## Remove Devices from a Blueprint by path
Remove-MSDevicesfromBlueprint -DeviceIds @(275, 276, 277) -BlueprintPath 'Location\AMER\United States\Mesa'