Share via

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.

Microsoft 365 and Office | SharePoint | For business | Windows
{count} votes

1 answer

Sort by: Most helpful
  1. Yanli Jiang - MSFT 31,681 Reputation points Microsoft External Staff
    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".


Your answer

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