WebJun 21, 2024 · The other day one of the customers asked me a question, how to report all devices in Intune that are reported as non-compliant because they have not reported back to Intune in the last 30 days. 30 days because in Intune that is the default setting for a device to be marked non - compliant if it hasn't checked in. Microsoft Graph is your … WebMar 31, 2024 · microsoft-graph-intune; device-management; graph-query; Share. Follow asked Mar 31 at 7:44. Jo Kurian Jo Kurian. 11 1 1 bronze badge. New contributor. Jo Kurian is a new contributor to this site. Take care in asking …
Using PowerShell with Microsoft Graph to query Intune …
Web1 day ago · The device detailed view (filtering to a specific device) provides the full details of a device. Please note that this resource type does not return device Location. locateDeviceActionResult resource type will provide the geoLocation of the device. Hope this helps. If the answer is helpful, please click "Accept Answer" and kindly upvote it. WebMar 6, 2024 · So, investigating the powershell/graph interface for Intune, I can do something like. Get-IntuneManagedDevice -Filter "IMEI eq '01 012345 678910 1'" (Or -Filter "serialNumber eq 'DEADBEEF'" or whatever) and get my all my device's details output. This includes a field for "deviceCategoryDisplayName", which is the value I want to change. shut down windows 10 remotely
Update windowsManagedDevice - Microsoft Graph beta
WebOct 26, 2024 · There are two UPN values in Intune: the userPrincipleName at the device level is the ‘ Enrolled by ’ user, the ‘ Primary user ’ account is found one level deeper at the managedDevices/ {Device ID}/users level. … WebJan 24, 2024 · Important: The Microsoft Graph Explorer can handle the use of spaces (” “) and quotes (‘) in queries. Make sure to encode those characters when needed. A space is %20 and a single quote is %27. Tip: The Microsoft Graph Explorer nowadays also provides code snippets for PowerShell, by using the Microsoft Graph PowerShell module. This … Namespace: microsoft.graph. Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant. List properties and relationships of the managedDevice objects. Permissions. One of the following permissions is required to call this API. To learn more, including how to choose permissions, … See more One of the following permissions is required to call this API. To learn more, including how to choose permissions, see Permissions. See more If successful, this method returns a 200 OK response code and a collection of managedDeviceobjects in the response body. See more shutdown windows 10 without applying updates