Direct Inward Dialing: +1 408 916 9890
Instances demanding an admin to terminate a user's access may arise from compromised accounts, employee terminations, or insider threats. Depending on the system's complexity, admins follow specific procedures to ensure access removal. Sometimes, there might be a delay between starting and completing access revocation.
In Microsoft Entra ID, as an administrator, open PowerShell, execute Connect-MgGraph, and perform the subsequent tasks:
$User = Get-MgUser -Search UserPrincipalName:'user@example.com' -ConsistencyLevel eventual Update-MgUser -UserId $User.Id -AccountEnabled:$false
$Device = Get-MgUserRegisteredDevice -UserId $User.Id Update-MgDevice -DeviceId $Device.Id -AccountEnabled:$false
M365 Manager Plus is an extensive Microsoft 365 tool used for reporting, managing, monitoring, auditing, and creating alerts for critical incidents. With M365 Manager Plus, you can use the following features to enhance your organizational workflow:
Effortlessly schedule and export reports on your Microsoft 365 environment.
Try now for free