Please read the D365 documentation for accessing VM and the different types. https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/dev-tools/access-instances
Below are the steps to download ‘Dynamics 365 for Operations’ package
- Login to Microsoft Dynamics Lifecycle Services (LCS)
- Select the implementation project you are currently working
- If you are new to LCS, create new project in the LCS home page by clicking on Add (+) sign
- Select the implementation Project and give all the relevant information to complete the Project creation
- For this article, I created dummy project ‘Learn D365’.
- Click on the ‘Learn D365’ Project to enter the workspace to access various tools in LCS.
- Click on the Life cycle services menu or scroll towards right to see more tools option to access ‘Cloud-hosted environments’.
- Click on the cloud-hosted environments tool and click on Add (From here Virtual hard disk deployment in VM can be downloaded).
- Click on the locally option, select the ‘DEMO’ VHD and click on ‘Dynamics 365 for Operation – Demo (Release 1611)’ environment (latest now) or other environment listed.
- After clicking on the environment, you will be directed to Connect site.
- Go to download page and click on the Dynamics 365 for Operations hyperlink in the Title, Category section.
- This will direct to the download details page in the connect site, this is the place where the Dynamics 365 for operation package can be downloaded.
- Read all the terms and conditions carefully and Click on downloading the package, you can use the download manager tool suggested by Microsoft to enable multiple file downloads. Please click here to install.
- Make sure all the files are downloaded to desired location, it usually consists of 19 RAR and 1 application file.
- Double click on the ‘MicrosoftDynamics365forOperations-Version1611PlatUp3 WinServer2012R2.part01’ application file.
- Accept the Microsoft Software License Terms for a Virtual Hard Disk image.
- Select the destination folder where the Virtual Hard Disk will be placed and click on Extract.
- Once the extraction process is complete, you can verify the Virtual Hard Disk created in the destination folder.
Setup Virtual machine using Microsoft Hyper-V Manager
It is recommended from Microsoft to give 16 gigabytes (GB) of memory and two virtual processors to VM, however with my experience 12 GB memory is fine. But don’t use dynamic memory allocation.
If you don’t have Microsoft Hyper-V Manager, please follow the instruction below to install
Installation of Hyper-V in Windows Server 2012 or Windows server 2012 R2 by using PowerShell
- Click the Windows Start button and type PowerShell. Right-click PowerShell and click Run as Administrator.
- Run the following command where computer_namerepresents a remote computer on which you want to install Hyper-V. To install Hyper-V directly from a console session, do not include -ComputerName in the command.
Install-WindowsFeature –Name Hyper-V -ComputerName -IncludeManagementTools -Restart
- Click here for more information to enable Hyper-V role in Windows Server 2012 or Windows server 2012 R2
Install the Hyper-V role on Windows 8 or Windows 8.1, Windows 10.0
- Click the Windows Start button and type PowerShell. Right-click PowerShell and Run as Administrator.
- Run the following command.
- When the installation is finished, reboot the computer.
enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V –All
- Click here for more information to enable Hyper-V role in Windows Server 2012 or Windows server 2012 R2
- Once we have the Hyper V-Manager ready, create Virtual switch for the network connection inside the VM
Create Virtual Switch:
- Open Hyper-V Manager.
- From the navigation pane of Hyper-V Manager, select the computer running Hyper-V.
- From the Actions pane, click on Virtual Switch Manager
- Select the External virtual switch, click on ‘Create Virtual Switch’
- Upon clicking the ‘Create Virtual Switch’, Enter name: VIR_SWITCH (For this article)
- Select the External network Realtek PCIe GBE Family Controller
- Mark ‘Allow management operation system to share this network adapter’
- Click on Apply and Ok
Note: This is important step to access Dynamics 365 for Operations instance.
Create Virtual Machine:
- Open Hyper-V Manager.
- From the navigation pane of Hyper-V Manager, select the computer running Hyper-V.
- From the Actions pane, click New > Virtual Machine.
- Click Next in the New Virtual Machine wizard.
- On the Specify Name and Location page, type an appropriate name ‘D365TrainingMC’ (Example for this article), Click on Next
- On the Specify Generation page, Choose Generation 1, Click on Next
- On the Assign Memory page, specify memory between 12,288 – 16,384 MB
- On the Configure Networking page, connect the virtual machine to the switch ‘VIR_SWITCH’ you created when you installed Hyper-V.
- On the Connect Virtual Hard Disk, choose Use an existing virtual hard disk and select the VHD location
- On the Summary page, verify your selections and then click Finish.
Connecting to Virtual machine using Microsoft Hyper-V Manager
Before even connecting to virtual machine, make sure virtualization support is turned on in the BIOS settings of your computer or laptop. This setup varies from different computer\laptop brands.
Just do google search to enable virtualization support in your computer, for example if you are using HP laptop use keywords ‘Enable virtualization in HP laptop’
Once the virtualization support is turned on in the BIOS settings successfully,
- Open Hyper-V manager
- Select ‘D365TrainingMC’ VM just created, Right click and Start
- Once VM is started and click on connect
- Go to Action, Click the Ctrl+Alt+Delete button on the toolbar
- Sign in to the VM by using the following credentials:
- User name: Administrator
- Password: pass@word1
Access Dynamics 365 instance using base URL of the local application
Provision the administrator user.
Before accessing you must authenticate your credentials as administrator for the instance, please follow the steps below,
- From the desktop, run the admin user provisioning tool as an administrator (right-click the icon, and then click Run as administrator).
- Enter your email address (Make sure it is Office365 ID or Azure AD credentials), and then click Submit.
Access the instance using the URL of the local application
The user authenticated in the above step can access the instance on the computer by navigating to the base URL: https://usnconeboxax1aos.cloud.onebox.dynamics.com.
- Open internet explorer
- Click on the link above
- Enter your credentials authenticated in the step above
- Now it’s all set to access ‘Dynamics 365 for Operation’ instance