How Do I Migrate a Windows Source Server as a Non-Administrator User?
Overview
You need to provide the Administrator account and password to MgC for information collection and migration of Windows servers. If you only have a non-Administrator account, ensure that the account has sufficient permissions to meet migration requirements.
This section describes how to add required permissions for a Windows domain account and a Windows local account.
Adding Administrator Permissions for a Windows Domain Account
- Log in to the domain controller server using an account with domain administrator permissions.
- Press Win+R, enter dsa.msc, and click OK. The Active Directory Users and Computers window is displayed.
- In the navigation pane on the left, find and expand your domain name, and find the user for which you want to add administrator permissions.
- Right-click the domain user and select Properties from the shortcut menu.
- Switch to the Member Of tab.
- Click Add. In the displayed dialog box, enter Domain Admins or Administrators.
- Click Check Names to verify the group name, and click OK to close the dialog box.
- Click Apply and OK. Return to the Member Of tab and confirm that Domain Admins or Administrators is in the list.
- On the Member Of tab, click Add again. In the displayed dialog box, enter Remote Management Users.
- Click Check Names to verify the group name, and click OK to close the dialog box.
- Click Apply and OK. On the Member Of tab, confirm that Remote Management Users is in the list.
- After the change, log out of the current account and log in again. Alternatively, restart the computer and log in again.
- Run PowerShell as an administrator.
- Run the following command on PowerShell to start WinRM:
winrm quickconfig
Adding Administrator Permissions for a Windows Local Account
- Log in to the source server as the Administrator user.
- Open the Computer Management tool.
- Press Win+R.
- Enter compmgmt.msc in the displayed dialog box and click OK. The Computer Management tool is opened.
- Go to the page for managing local users and groups.
- In the navigation tree of the Computer Management tool, choose System Tools > Local Users and Groups.
- Click Users.
- Add the user to the administrator group.
- In the Users list, find the local account to which you want to grant the administrator permission.
- Right-click the user and select Properties from the shortcut menu.
- In the Properties window, switch to the Member Of tab.
- Click Add. Enter ADMINISTRATORS in the text box.
- Click Check Names to confirm that the group name is correct.
- Click OK. Return to the Member Of tab and confirm that Administrators is in the list.
- On the Member Of tab, click Add again. Enter Remote Management Users in the text box.
- Click Check Names to confirm that the group name is correct.
- Click OK. Return to the Member Of tab and confirm that Remote Management Users is in the list.
- Confirm that the list contains Administrators and Remote Management Users, and click OK to save the changes.
- After the change, log out of the current account and log in again. Alternatively, restart the computer and log in again. Now, the user has the administrator permissions.
- Run PowerShell as an administrator.
- Run the following command on PowerShell to start WinRM:
winrm quickconfig
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot