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.