I manage an external facing sharepoint for which I have one user for whom it says their account status is disabled. How do I enable their access?

Caoimhe O'Donoghue 0 Reputation points Microsoft Employee
2023-04-21T12:39:12.8233333+00:00

TTUser's image

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
725 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,300 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Yanli Jiang - MSFT 24,356 Reputation points Microsoft Vendor
    2023-04-24T06:01:14.52+00:00

    Hi @Caoimhe O'Donoghue , As the error message said, admin can re-enable this account through PowerShell:

    The Enable-ADAccount cmdlet enables an Active Directory user, computer, or service account.

    https://learn.microsoft.com/en-us/powershell/module/activedirectory/enable-adaccount?view=windowsserver2022-ps

    ===

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