Monday, June 19, 2023

Create multiple local users in Azure VM ?

 To create multiple local users in an Azure Virtual Machine (VM), you can follow these steps:


1. Connect to your Azure VM using a Remote Desktop Connection (RDP).


2. Open the Computer Management tool by pressing Win + X and selecting "Computer Management" from the menu.


3. In the Computer Management window, expand "System Tools" and then click on "Local Users and Groups."


4. Right-click on "Users" and select "New User" to create a new local user account.


5. Enter the desired username and password for the new user account. You can also set other options like password expiration, account type, etc. Click "Create" when you're done.


6. Repeat the above steps to create additional local user accounts as needed.


Once you have created the local user accounts, you can provide the necessary permissions and access rights to each user based on your requirements.


Note: The above steps assume that you have administrative access to the Azure VM. If you don't have administrative access, you will need to contact the VM administrator or obtain the necessary permissions to create local user accounts.




No comments:

Post a Comment

ASP.NET Core

 Certainly! Here are 10 advanced .NET Core interview questions covering various topics: 1. **ASP.NET Core Middleware Pipeline**: Explain the...