📖
zhaoqiang
  • Home
  • Python
    • Python Base
      • Grammar
      • Issue
    • Web DEV
      • Html
      • WebFrame
        • Flask
        • Django
      • WebTemplate
    • Web Crawler
  • Linux
    • Navieboom
    • Telegram Bot
      • RSSBot
      • TwitterBot
    • LetsEncrypt
      • ACME Create
      • ACME Install
    • NextCloud
      • NextCloud创建
      • NextCloud性能优化
    • Google
      • Google Drive
        • 离线下载
      • Chromium
    • Synology
      • Docker
        • 清理Docker占用的磁盘空间
      • Youtube-dl
      • 群晖—-外部访问DDNS教程(第一部分)
      • 群晖—-外部访问DDNS教程(第二部分)
      • SpeedTest - Install
      • BestTrace - Install
      • Rclone - Install
      • IPKG - Install
      • LEDE - Install
    • OpenWrt
      • Compile
        • Lean-4.14
        • Lean-4.9
    • LEDE
    • Linux Base
      • Command
      • Cron
  • DynamicsAX
    • Functions
      • Document Services
        • Auto Generate XML From AX
        • Load XML Files On Server
      • Webservice
      • DB Connect
      • DirectSQL
      • Email Alert
      • Auto Items
      • Auto BOM
      • Auto Order
      • Auto Invoice
      • Auto Packing
    • Data Import
      • Initial Static Data
      • initial Dynamic Data
        • Open SO
        • Open PO
        • Opening Balance
    • Access Right
    • Process
    • Instance
      • DYNAMICS 365 FOR OPERATION INSTANCE
  • Other Skills
    • Markdown
    • GIT
      • Command
    • Office365
Powered by GitBook
On this page
  • Setup Virtual Hard Disk package of Dynamics 365 for Operations
  • Setup Virtual machine using Microsoft Hyper-V Manager
  • Connecting to Virtual machine using Microsoft Hyper-V Manager
  • Access Dynamics 365 instance using base URL of the local application
  • References:

Was this helpful?

  1. DynamicsAX
  2. Instance

DYNAMICS 365 FOR OPERATION INSTANCE

#AX8

PreviousInstanceNextMarkdown

Last updated 5 years ago

Was this helpful?

Thanks for the author:

Setup Virtual Hard Disk package of Dynamics 365 for Operations

Below are some of the pre-requisites to be considered,

  • Access to a and required license to access shared asset library data

  • Virtualization technology enabled computers (PC or Laptop).

  • Minimum 16 GB memory system.

Below are the steps to download ‘Dynamics 365 for Operations’ package,

  1. Login to

  2. On the right side of the portal, click on ‘Shared asset library’ tile but please note that partner license is required to access the resources in Shared asset library.

  3. In the asset library, click on ‘Downloadable VHD’

  4. All the VHD’s are directly available for download

  5. Each file needs to be downloaded individually by clicking on ‘Name’ hyperlink

  6. Double click on the exe file(Usually part 1)

  7. Accept the Microsoft Software License Terms for a Virtual Hard Disk image

  8. Select the destination folder where the Virtual Hard Disk will be placed and click on Extract

Note: Once the extraction process is complete, 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

  1. Click the Windows Start button and type PowerShell. Right-click PowerShell and click Run as Administrator.

  2. 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

Install the Hyper-V role on Windows 8 or Windows 8.1, Windows 10.0

  1. Click the Windows Start button and type PowerShell. Right-click PowerShell and Run as Administrator.

  2. Run the following command.

  3. When the installation is finished, reboot the computer.

enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V –All

  • Once we have the Hyper V-Manager ready, create Virtual switch for the network connection inside the VM

Create Virtual Switch:

  1. Open Hyper-V Manager.

  2. From the navigation pane of Hyper-V Manager, select the computer running Hyper-V.

  3. From the Actions pane, click on Virtual Switch Manager

  4. Select the External virtual switch, click on ‘Create Virtual Switch’

  5. Upon clicking the ‘Create Virtual Switch’, Enter name: VIR_SWITCH (For this article)

  6. Select the External network Realtek PCIe GBE Family Controller

  7. Mark ‘Allow management operation system to share this network adapter’

  8. Click on Apply and Ok

Note: This is important step to access Dynamics 365 for Operations instance.

Create Virtual Machine:

  1. Open Hyper-V Manager.

  2. From the navigation pane of Hyper-V Manager, select the computer running Hyper-V.

  3. From the Actions pane, click New > Virtual Machine.

  4. Click Next in the New Virtual Machine wizard.

  5. On the Specify Name and Location page, type an appropriate name ‘D365TrainingMC’ (Example for this article), Click on Next

  6. On the Specify Generation page, Choose Generation 1, Click on Next

  7. On the Assign Memory page, specify memory between 12,288 – 16,384 MB

  8. On the Configure Networking page, connect the virtual machine to the switch ‘VIR_SWITCH’ you created when you installed Hyper-V.

  9. On the Connect Virtual Hard Disk, choose Use an existing virtual hard disk and select the VHD location

  10. 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,

  1. Open Hyper-V manager

  2. Select ‘D365TrainingMC’ VM just created, Right click and Start

  3. Once VM is started and click on connect

  4. Go to Action, Click the Ctrl+Alt+Delete button on the toolbar

  5. 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,

  1. From the desktop, run the admin user provisioning tool as an administrator (right-click the icon, and then click Run as administrator).

  2. 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

  1. Open internet explorer

  2. Click on the link above

  3. Enter your credentials authenticated in the step above

  4. Now it’s all set to access ‘Dynamics 365 for Operation’ instance

References:

TOPICS

SOURCES

Access Microsoft Dynamics 365 for Operations instances

Installation of Hyper-V and creating virtual machine

01-VM Downloal v2.0
02-VM Downloal v2.0
03-VM Downloal v2.0.png to be used

Click for more information to enable Hyper-V role in Windows Server 2012 or Windows server 2012 R2

Click for more information to enable Hyper-V role in Windows Server 2012 or Windows server 2012 R2

10_LCS_Cloud_Tool_Locally_Environment_Virtual_Switch
11_LCS_Cloud_Tool_Locally_Environment_Virtual_Switch_2
12_LCS_Cloud_Tool_Locally_Environment_VM_Wizard_Name
13_LCS_Cloud_Tool_Locally_Environment_VM_Wizard_VHD
14_LCS_Cloud_Tool_Locally_Environment_VM_Wizard_Summary
15_LCS_Cloud_Tool_Locally_Environment_VM_Connect
16_LCS_Cloud_Tool_Locally_Environment_VM_Login
16.1_LCS_Cloud_Tool_Locally_Environment_VM_Login
17_LCS_Cloud_Tool_Locally_Environment_VM_Provision_User

The user authenticated in the above step can access the instance on the computer by navigating to the base URL: .

18_LCS_Cloud_Tool_Locally_Environment_VM_User_credentials
19_LCS_Cloud_Tool_Locally_Environment_VM_D365_Ready

.aspx

https://namithhosmane.blog/2017/03/16/virtual-machinevm-setup-to-access-dynamics-365-for-operation-instance/
Microsoft Dynamics Lifecycle Services (LCS)
Office365
Microsoft Dynamics Lifecycle Services (LCS)
here
here
https://usnconeboxax1aos.cloud.onebox.dynamics.com
https://ax.help.dynamics.com/en/wiki/access-microsoft-dynamics-ax-7-instances-2/
https://technet.microsoft.com/enus/library/hh846766(v=ws.11)