SharePoint login issue

Codeen 45 Reputation points
2025-06-11T11:48:20.3533333+00:00

I am the Admin of the organization but i have the issue when log in the SharePoint Admin Center with the unmanaged device, it denied my access even with the admin roles.

Any solution ?

Microsoft 365 and Office SharePoint Development
0 comments No comments
{count} vote

Accepted answer
  1. Steven-N 1,995 Reputation points Microsoft External Staff Moderator
    2025-06-11T12:54:51.67+00:00

    Hi Codeen

    Thanks for reaching out to Microsoft Q&A Forum support.

    Based on your description, I understand that you are experiencing a sign-in issue with Unmanaged device to the SharePoint Admin Center, even though you have administrative privileges. So, I think you can try.

    Option A: Try to sign in with the managed device and unable blocking access in Entra ID

    You can follow the instruction in this article: IT Admins - SharePoint and OneDrive unmanaged device access controls - SharePoint in Microsoft 365 | Microsoft Learn

    Option B: You could use following PowerShell to allow full access

    $AdminSiteURL="https://tenant-admin.sharepoint.com" 
    $Cred = Get-Credential  Connect-SPOService -URL $AdminSiteURL -Credential 
    $Cred  Set-SPOTenant -ConditionalAccessPolicy AllowFullAccess
    
    

    Additionally, I've conducted some research and found this discussion is relevant to your context, you can find more insight here: Access denied on Sharepoint admin center but user has SP admin role | Microsoft Community Hub

    All the method may need 24-48 hours for applied so if the issue persists after this period and after trying the above steps, please let us know. 

    Hope you will solve the problem soon 


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".    

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. 


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.