Troubleshooting Elevate to Admin mode
1. Why is the Assist Credential dialog not displayed?
- If the network on the other end is slow, there might be a delay in the window showing up.
- If the desktop has any priority windows or dialogs, the Assist credential dialog may be hidden from view. To view the dialog, minimize any other unnecessary application windows and dialogs.
- If the session is on a desktop with multiple monitors attached, the Assist Credential dialog may be displayed on any of the secondary monitors. Try switching monitors in the viewer section.
2. Why am I getting "The user name or password is incorrect" or "Logon unsuccessful"?
- The above dialog box indicates that either the username or the password is wrong. Login is unavailable with the respective user credentials.
- Try logging in using pre-populated local admin accounts available in the username dropdown box in the Prompt at customer end window.
- If you are still having problems elevating, follow the below steps:
- Open Command Prompt by Start -> Run, then type "cmd".
- Type the following command, "runas /user:domain\username notepad.exe". For example, If you had a user named "Dave Maria", the command would be "runas /user:mydomain\Dave Maria notepad.exe" (without quotes).
- This will display a password prompt on the terminal screen. When the user enters the appropriate password, a notepad instance is launched on the user's desktop indicating that the username and password are correct.
- Try the same user credentials in the Assist Credential dialog.
3. Why are my Azure/Entra Admin credentials are not working in Assist Credential dialog?
- The issue arises when Azure machines may not have pushed domain administrator accounts as local admins, resulting in "Logon unsuccessful" or "The user name or password is incorrect" error messages.
- This can be resolved via Azure by adding the Azure domain administrators in the Local Administrators Group.
- There are two ways in which we can achieve the above.
- By command line method on the remote machine (Single)
- Log in to the PC with the Azure AD user account you want to grant local admin privileges to. This gets the GUID onto the PC.
- Log out from the Azure AD user account and log in using a local admin account.
- Open the Command prompt as an administrator on the remote machine and use the below command to add the user to the Local Admin group in the machine. For example, If you had a user named "Dave Maria", the command would be "net localgroup administrators MyAzureAD\Dave Maria /add" (without quotes).
- By Azure refresh policy (Bulk) Reference link (recommended for cases where you cannot directly access the machine)