68,942 questions with Microsoft Security-related tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Access Denied. You do not have permissions to call this cmdlet

Hi All I am a Global Administrator, and I am encountering the error below when trying to connect to MsolService. I was able to connect successfully a couple of weeks ago, but I am facing this issue now. Please guide me.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
asked 2025-06-07T17:16:59.2+00:00
Glenn Maxwell 12,871 Reputation points
commented 2025-07-01T12:00:20.34+00:00
Yannis Xintavelonis 0 Reputation points
1 answer

Purview eDiscovery Query Inquiry

A is opening mailboxes of B, C, and D through a delegated mailbox in the company. Through the audit log, I confirmed that the UserID and MailboxOwnerUPN are different through MailItemsAccessed. However, this does not provide evidence that A opened the…

Microsoft Security | Microsoft Purview
asked 2025-06-26T09:13:56.4666667+00:00
Kerry Shin 0 Reputation points
answered 2025-07-01T12:00:03.1666667+00:00
Pauline Mbabu 925 Reputation points Microsoft Employee
0 answers

Azure AD/B2C custom login

Hi, I want to build a custom login system from scratch. The specifications are: 1- Custom login with email and password. 2- Check through graph api if the user stems from the organization. 3- If the user stems from the organization login him via AD…

Microsoft Security | Microsoft Graph
asked 2025-06-25T10:52:51.0366667+00:00
ARRANZ BARCENILLA VÍCTOR 0 Reputation points
edited the question 2025-07-01T11:50:16.7033333+00:00
ARRANZ BARCENILLA VÍCTOR 0 Reputation points
1 answer

How to create a read-only calendar with Microsoft Graph API?

Using the following code var calendarToCreate = new Calendar { Name = "My read-only calendar", CanEdit = false, IsRemovable = false, }; await graphClient .Users["******@email.com"] .Calendars .Request() …

Microsoft Security | Microsoft Graph
asked 2021-09-02T12:19:27.667+00:00
Domenic Helfenstein 1 Reputation point
commented 2025-07-01T11:46:43.9633333+00:00
Chamberlain, Mr CA 0 Reputation points
1 answer

2FA Phone number not working

Hello support team Please assist. I am unable to access my Work Account email , after successfully logging in with username and password, I get 2FA prompt, the authenticator app/code is not working, I wanted to use the phone number sms/call option, but…

Microsoft Security | Microsoft Authenticator
asked 2025-07-01T08:51:20.1133333+00:00
Mahmood Khatri 21 Reputation points
commented 2025-07-01T11:31:24.77+00:00
Mahmood Khatri 21 Reputation points
0 answers

Issues Logging into Company Portal after Domain Change

An IOT system is hosted on Azure, with portal access for clients through a website. Recently, the domain host was changed from Wordpress to GoDaddy. Now, the login information is not recognized for both the administrator and clients. Any suggestions to…

Microsoft Security | Microsoft Entra | Microsoft Entra ID
asked 2025-06-28T17:25:31.99+00:00
Henry Cohen 0 Reputation points
edited the question 2025-07-01T11:28:12.02+00:00
Kancharla Saiteja 5,565 Reputation points Microsoft External Staff Moderator
0 answers

Azure Function works with Entra ID custom authentication extension when created manually in portal, but not after deploying via Visual Studio

I have already asked this on Stackoverflow you can see imanges as well on stackoverflow https://stackoverflow.com/questions/79683577/azure-function-works-with-entra-id-custom-authentication-extension-when-created Case 1 Here is public endpoint which is…

Microsoft Security | Microsoft Entra | Microsoft Entra External ID
asked 2025-07-01T11:16:20.65+00:00
Zeeshan Ahmad 0 Reputation points
edited the question 2025-07-01T11:25:44.58+00:00
Zeeshan Ahmad 0 Reputation points
1 answer One of the answers was accepted by the question author.

For an external tenant user, how to resolve query error, request failed with status code of 403

User query failed with a status code of 403, forbidden, insufficient role. The decoded token from the web console is showing the incorrect information that does not match the host tenant user setup such as the oid and tid. It appears it is using the…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,433 questions
Microsoft Security | Microsoft Entra | Microsoft Entra ID
asked 2025-06-27T18:44:58.47+00:00
Guy Perry 40 Reputation points
edited the question 2025-07-01T11:23:22.99+00:00
Kancharla Saiteja 5,565 Reputation points Microsoft External Staff Moderator
1 answer

How do you set the "start running" time via the Sentinel Rest API?

I would like to be able to set the "Start running" time for an Analytic via the Rest API, but haven't been able to find a way to do it so far. I can see this is possible via the GUI in Azure, but the documentation for the Rest API doesn't seem…

Microsoft Security | Microsoft Sentinel
asked 2025-06-23T16:27:35.0066667+00:00
Neirin McDonald 0 Reputation points
answered 2025-07-01T11:22:47.5733333+00:00
Clive Watson 7,866 Reputation points MVP Volunteer Moderator
0 answers

Azure VM (Failing to login with AAD password) PIN works...

Came across a frustrating issue when trying to RDP or use Bastion via my AAD credentials. Keeps telling me my password is incorrect; however, it lets me log in with my PIN. I have all the proper extensions installed on my VM to be able to use my AAD…

Microsoft Security | Microsoft Entra | Other
asked 2025-06-11T22:12:26.9333333+00:00
Corey Mechalske 40 Reputation points
commented 2025-07-01T11:14:28.5833333+00:00
Kancharla Saiteja 5,565 Reputation points Microsoft External Staff Moderator
1 answer

How to access Two-Factor Authentication codes on new iPhone

I need access to my Two-Factor Authentication codes on my new iPhone. I do not have access to my old iPhone and I have the same phone number. You can contact me here: 559-906-1419 ******@icloud.com

Microsoft Security | Microsoft Graph
asked 2025-06-30T03:33:28.3033333+00:00
JACK SORAW 0 Reputation points
commented 2025-07-01T10:48:32.8866667+00:00
JACK SORAW 0 Reputation points
0 answers

One drive error , you don't have access to this service (Error code: 0x8004e4d0)

Hello, One user can not login its oneDrive and having error 'you don't have access to this service (Error code: 0x8004e4d0)' . Also can not login from web version. Old laptop have same problem, and after given new laptop with fresh windows install,…

Microsoft Security | Intune | Security
asked 2025-07-01T10:32:35.7933333+00:00
Muhammad Jawwad Alam 0 Reputation points
0 answers

Unable to create custom attributes for targeted type "User" using HTTP POST schemaExtension operation

In MS Entra ID, with the help of MS Graph API calls, I'm trying to create a custom attribute for one of our major projects to store certain values for target type as "user" using HTTP POST https://graph.microsoft.com/v1.0/schemaExtensions call…

Microsoft Security | Microsoft Entra | Other
asked 2025-07-01T10:27:23.0633333+00:00
Sarthak S. Mohanty 0 Reputation points
0 answers

Question Regarding Hardware OATH Tokens and User Authentication Method Visibility

Hi, I have a question about Hardware OATH tokens, user authentication methods, and “My Security Info” within myaccount.microsoft.com. We’ve recently issued users Hardware OATH tokens, uploaded a CSV containing serial numbers, model, manufacturer, secret…

Microsoft Security | Microsoft Authenticator
asked 2025-07-01T10:10:38.29+00:00
Christopher Green 21 Reputation points
0 answers

Ad B2C Riot Games IDP redirect back to custom policy

I have a scenario where I am able to redirect the custom policy to an API created by me that takes care of the authorization for Riot Games. This is how I redirect from the custom policy to my API: The Problem: After the sign-in is done, I need to…

Microsoft Security | Microsoft Entra | Microsoft Entra External ID
asked 2025-07-01T09:51:44.05+00:00
Tiago Catarino 40 Reputation points
3 answers

How to escalate Microsoft Intune Support

Hi Team, I have created a ticket on 22nd July 2024. But no one even tried to respond. I just want to know is there ant escalation matrix for the Intune support .

Microsoft Security | Intune | Other
asked 2024-07-23T09:21:24.0566667+00:00
Sriraman Nadar 0 Reputation points
answered 2025-07-01T09:43:11.9033333+00:00
Sriraman Nadar 0 Reputation points
1 answer

Intune Compliance Check for Install of o365

I have been asked to setup a Compliance check to see if o365 is installed or not. I have been searching online and have not found any 365 detection scripts or JSON files for this that others have used. I am not great with Powershell and JSON so any help…

Microsoft Security | Intune | Compliance
asked 2025-06-27T20:21:04.0133333+00:00
rr-4098 2,051 Reputation points
commented 2025-07-01T09:42:56.2566667+00:00
rr-4098 2,051 Reputation points
3 answers

How to provision employeehiredate through graph api

Even after successfully provisioning the employeehiredate attribute through graph API the attribute does not appear in the properties of the user.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
asked 2025-06-16T07:22:13.5+00:00
Diya Deshika M N 20 Reputation points
commented 2025-07-01T09:38:01.0233333+00:00
Venkata Jagadeep 1,400 Reputation points Microsoft External Staff Moderator
0 answers

Getting error in Purview Information Protection - Production environment

When we check the status of AIP scanners on Purview (Information Protection settings) under Solution Settings, under content scan job status its showing 'error: policy is missing' for each of our 11 scanners. While running the command :…

Microsoft Security | Microsoft Purview
asked 2025-07-01T09:20:20.2833333+00:00
Rajat Wadhwa 1 Reputation point
0 answers

Unable to Verify Identity for Azure Login – Error 399287

I use ******@awhlk.onmicrosoft.com login https://login.microsoftonline.com The error message for secondary authentication is as follows Error Code: 399287 Request Id: b181e849-769f-4f8b-a787-2a6986050c00 Correlation Id:…

Microsoft Security | Microsoft Entra | Microsoft Entra ID
asked 2025-07-01T09:11:42.5133333+00:00
X_X 0 Reputation points