13,781 questions with Microsoft Security | Microsoft Graph tags
How do I access my locked outlook email account when I have used to many attempts.
How do I reset my outlook email account when it is locked due to to many attempts with a forgotten password.
Microsoft Security | Microsoft Graph
Mismatch between Graph API Get-MgUser SignInActivity and Entra Portal sign-ins
Hello, I am using Microsoft Graph PowerShell SDK with the following code: Connect-MgGraph -Scopes "AuditLog.Read.All", "User.Read.All" Get-MgUser -UserId "<UserUPN>" | Select-Object Id, DisplayName, UserPrincipalName,…
Microsoft Security | Microsoft Graph

Changing primary user of a device in Intune
Hello All, I ran into issues where our Technicians who reimage and deploy laptop/workstations to our users gets assigned as Primary user on the device. Right now, We have about less than 1000 devices that doesn't have the proper Primary user in Intune.…
Windows for business | Windows Server | User experience | PowerShell
Microsoft Security | Intune | Other
Microsoft Security | Microsoft Graph
How to resolve AADSTS650053: The application 'identity-client-app' asked for scope 'AllSites.Manage' that doesn't exist on the resource '00000003-0000-0000-c000-000000000000' error
I'm working on a mini project where a middleware handles leave requests submitted in SharePoint. To achieve this, I created an identity application on Azure and add permissions to the API. I then tried to access SharePoint after providing credentials…
Microsoft Security | Microsoft Graph
Graph API export Sharepoint document as PDF throws 406 error UnsupportedMediaType
We are using the Microsoft APIs to download files from Sharepoint while immediately converting them to PDF on the fly. End of July, this was still working fine; this weekend we run the same logic again and it fails consistently with this error: [406]…
Microsoft Security | Microsoft Graph
Create a Premium Planner, Bucket and Tasks using Grpah api
I have the following 3 Graph API calls to create a standard planner , then bucket inside it and its tasks:- This is working for standard planner, but not sure how to do the same for premium planner ? Thanks
Microsoft Security | Microsoft Graph
Graph API Groups Delta Query Never Returns Delta Query - Infinite loop with nextLink
I am encountering an issue with the Microsoft Graph API's group delta query usually for large directories. We are using the group delta query to track changes in groups and their memberships. The process of following the @odata.nextLink to get all the…
Microsoft Security | Microsoft Graph
Why does the Update Subscription endpoint not support updating the clientState property?
The clientState property of subscriptions serves as the validation mechanism for inbound subscription notifications. For security reasons, the Update Subscription endpoint should support updating the clientState property, so that this property can be…
Microsoft Security | Microsoft Graph
MsGraph Todo $filter works incorrectly when have combination of and\or logic conditions
My app needs requesting ToDo tasks by MsGraph API from some list and filtering criteria: get all tasks that have either Start or Due dates and their Title contains some specific text. So app does following request: GET…
Microsoft Security | Microsoft Graph
Graph API /beta/solutions/approval/operations/
when trying to access the /beta/solutions/approval/operations/ and specifying a {approvalOperation-id} Endpoint, I am getting an Error 404 with a response of InternalServerError It was working a week ago, but suddenly stopped working. any thoughts?
Microsoft Security | Microsoft Graph
Trying to access Microsoft Cloud PKI beta API via CURL and failing with "unknown" error
Hi All, I am trying to query Microsoft Cloud PKI beta APIs via CURL (7.57.0) and failing. I have setup Cloud PKI properly. I can use the Microsoft Graph Explorer to query the cloud pki but not via CURL from my machine. I can get auth token (via CURL) but…
Microsoft Security | Microsoft Graph

About Get-SecurityAlert command
I am running Get-SecurityAlert command to retrive alert from MDE but the problem is the command is not retriving all alerts also it retrive risky signin alerts as well which is not my requirement I want to retrive the alerts of MDE only I search…
Microsoft Security | Microsoft Graph
Graph API: Unable to Retrieve Online Meeting - 404 Error & 3004: Meeting properties are not found
Our application on one of our clients is encountering an issue with the Microsoft Graph API when trying to retrieve details for a specific online meeting using the joinWebUrl. Below is the API request that results in the error: GET…
Microsoft Teams | Development
Microsoft Security | Microsoft Graph
How to read Machine/Device Dynamic Tags from Graph Security API
I have spent a bit of time creating dynamic tagging rules in Defender, in hopes of using those tags to facilitate reporting and am running into an issue plus an inconsistency. First, the inconsistency: In Defender endpoints are referred to as Devices,…
Microsoft Security | Microsoft Graph
Sheila burringtonhaecker employee 150000015o device29354 victim patient
Im dying and need my object im in a sandbix subscription so it took out the object and device I want to delete the sandbox Sheila burringtonhaecker
Microsoft Security | Microsoft Graph
Start Provisioning of private channel site
When creating a private channel in Teams via the Graph API, the associated channel site is not automatically created. I need a command or API call to start provisioning of the channel site without manual intervention.
Microsoft Security | Microsoft Graph
Issue Updating Multi-Value Lookup Field in SharePoint List Item Using Microsoft Graph API
Hello Everyone! I'm encountering an issue when trying to update a multi-value lookup field in a SharePoint list item using the @microsoft/microsoft-graph-client library. My code successfully updates fields of type string and number, but I’m facing…
Microsoft Security | Microsoft Graph
sending meeting request as Ical files using new SMTP auth
Since using SMTP mail sending with Basic auth will be phased-out, we are working to transition with an alternative. We are trying both Graph API and SMTP with oauth, and we are facing some issues with a critical use case of our app, that is sending…
Microsoft Security | Microsoft Graph
Cannot get complete status after using Graph API Copy
We are using the Copy Graph API to copy a folder (and children). This is working fine and we poll the returned URL (Location) for progress updates. This works fine as well and we can see that it is in Progress and Percentage complete. However, when…
Microsoft Security | Microsoft Graph
What do I need to get the right powershell module for Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDateTimeZone
I am scripting Appointment in MS Booking and using this powershell New-MgBookingBusinessAppointment cmdlet. I am getting the following error when I try to convert the datetime to what the cmdlet is expecting. Here's the snippet of the…
Microsoft Security | Microsoft Graph
