Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 294 Bytes

intune-devices-manageddevice-syncdevice-syncdevice-action-python-snippets.md

File metadata and controls

15 lines (8 loc) · 294 Bytes
description
Automatically generated file. DO NOT MODIFY
from msgraph import GraphServiceClient

graph_client = GraphServiceClient(credentials, scopes)


await graph_client.device_management.managed_devices.by_managed_device_id('managedDevice-id').sync_device.post()