Categories
DevOps Microsoft

AAD user appearing twice on DevOps

Of course before to continue verify that in the Organization the user has only one account.

Opened this issue with Microsoft
https://developercommunity2.visualstudio.com/t/AAD-user-appears-twice-on-DevOps/1385302
and sharing solution:

  1. Navigate to Organization Settings -> Users
  2. Remove the user.
  3. Re-add the account by typing in the entire email address without using the suggested identity in the dropdown.
  4. Ask the user to clear all cookies/cache and navigate directly to aex.dev.azure.com from an inPrivate/incognito browser.
  5. Make a new query in the projects the use was assigned filtering for “Assigned To contains” and the first letters of the name so that you can verify if there are still items assigned to the wrong account that can be re-assigned.

Did my solution solve your problem? Leave a reply.

Categories
HOW TO Microsoft Windows 7 Windows Vista

HOW TO Activate or Disable user account Administrator

Start Command Prompt Window (Start -> Run -> cmd) and execute the following command:

net user Administrator /Active:yes

to activate the user account Administrator
or

net user Administrator /Active:no

to disable the user account Administrator

Did my HOW TO help you? Leave a reply.