Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 374 Bytes

File metadata and controls

15 lines (9 loc) · 374 Bytes

Example 1: Code snippet

Import-Module Microsoft.Graph.DeviceManagement.Administration

$params = @{
	targetServicePlanId = "30d0e128-de93-41dc-89ec-33d84bb662a0"
}

Resize-MgDeviceManagementVirtualEndpointCloudPc -CloudPCId $cloudPCId -BodyParameter $params

This example shows how to use the Resize-MgDeviceManagementVirtualEndpointCloudPc Cmdlet.