Sign in

Disable/Delete Inactive Users in Microsoft Entra ID(Azure AD)

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

This runbook identifies users in Azure Active Directory who have not signed in for a specified duration. These users are then either disabled or deleted from the directory. This process enhances security and optimizes resource usage by ensuring that only active users have access to organizational resources and applications which helps in maintaining an efficient and secure user base in Microsoft Entra ID(Azure AD).

  1. 1

    Get Azure Subscription Id from CLI

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    This task retrieves the unique identifier for an Azure subscription using the Azure CLI. This ID is essential for managing resources and services tied to a specific Azure subscription programmatically.

    1
  2. 2

    List All Users in Microsoft Entra ID(Azure AD)

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    This task retrieves all user accounts within an Azure Active Directory tenant. It's essential for administrative tasks such as compliance, user management, and reporting, offering a comprehensive view of the user identities in an organization.

    2
  3. 3

    Filter Out Inactive Users in Microsoft Entra ID (Azure AD)

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    This task identifies users in Azure Active Directory who haven't been active for a specified period. This aids in enhancing security and managing user accounts efficiently, enabling actions like account review or deactivation for better organizational control and security compliance.

    3
  4. 4

    Disable Users in Microsoft Entra ID (Azure AD)

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    This task deactivates user accounts in Azure Active Directory to prevent access to organizational resources. Disabling accounts helps maintain security and manage user privileges effectively within an organization's IT infrastructure.

    4
  5. 5

    Delete Users in Microsoft Entra ID (Azure AD)

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    This task permanently removes user accounts from Azure Active Directory. This is crucial for ensuring former employees or associates no longer have access to organizational resources. It helps maintain security by preventing unauthorized access to services and applications linked to Azure AD.

    5