Friday 17 August 2018

Reset or change admin account in a development box in D365 FO/ AX 7

Hi,

Some times we need to reset admin account for a dev box. Please follow the below steps for that.

Open your D365 FO dev environment and go to the following  location K:\AosService\PackagesLocalDirectory\Bin and  double click on "Adminuserprovisioning" tool
Note:  This drive location might be different in some environments.


Then enter the new admin email address and press submit.


That's it.

No comments:

Post a Comment

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...