D365 Tech Support
D365 Tech Support › Forums › Finance and Operations › X++ Development › Add users to Vm
Tagged: D365, VM error
Now that the AdminProvisioning Tool is gone, how can I add my user to a D365 instance if I do not have access to a user that is currently enabled in the cloud hosted env?
User d365fo.tools
Install with Powershell Install-Module -Name d365fo.tools
e.g.: Import-D365ExternalUser -Id “user” -Name “user” -Email “user@email.com”