Make Existing Premium AAD User a Standard User and Local Admin in a Hybrid Azure AD Environment
In this article, we will discuss how to change an existing Premium Azure Active Directory (AAD) user to a Standard user and grant them Local Admin privileges in a Hybrid Azure AD environment. This process is essential for managing user access and permissions in a secure and efficient manner.
Prerequisites
Before we begin, it is assumed that you have a basic understanding of Azure AD, AAD Connect, and Hybrid Azure AD environments. Additionally, you should have an existing Premium AAD user account that you want to modify.
Changing AAD User License
To change an existing Premium AAD user to a Standard user, follow these steps:
- Log in to the Azure portal using your Global Administrator account.
- Navigate to
Azure Active Directory>Users. - Search for the user you want to modify and click on their name to open their profile.
- Under the
Licensessection, click onAll products. - Locate the Premium license assigned to the user and click on it.
- In the
Assignsection, toggle the switch toOff. - Click
Saveto apply the changes.
Granting Local Admin Privileges
To grant Local Admin privileges to the user in the Hybrid Azure AD environment, follow these steps:
- Connect to the Domain Controller (DC) using Remote Desktop Protocol (RDP).
- Open the Command Prompt as an Administrator.
- Run the following command to add the user to the Local Administrators group:
net localgroup Administrators /add <username>Replace <username> with the user's UPN (User Principal Name) or sAMAccountName.
In this article, we have discussed how to change an existing Premium AAD user to a Standard user and grant them Local Admin privileges in a Hybrid Azure AD environment. By following the steps outlined above, you can manage user access and permissions in a secure and efficient manner.