Friday, December 21, 2018

Create new users on development machines


Create new users on development machines

Steps

1.    Download the following script: ProvisionAxDeveloper.ps1, the script is available at https://github.com/Microsoft/Dynamics-AX-Scripts.
2.     Open a Microsoft Windows PowerShell Command Prompt window as an administrator.
3.     Run the ProvisionAxDeveloper.ps1 script. Specify the following parameters:
·         DatabaseServerName – Typically, this is the machine name.
·         Users – Use the following format: <domain or machine name>\user1, … <domain or machine name>\user n
Examples
 
> ProvisionAxDeveloper.ps1 -databaseservername RDXP00DB20RAINM -users RDXP00DB20RAINM\username1,RDXP00DB20RAINM\username2
4.     If more than one user account will be developing on the same version control workspace, you need to make the workspace public.
 .      In Visual Studio, open Source Control Explorer, select the workspace dropdown and select Manage workspaces.
a.     Select the application workspace, click Edit, then click Advanced and set the workspace to Public workspace

No comments:

Post a Comment

Convert Call stack to readable format in D365FO X++

//Input --container _xppCallStack = xSession::xppCallStack();  Public static str POL_formatXppCallStack(container _xppCallStack, int _skipFr...