zoukankan      html  css  js  c++  java
  • Configure Dynamics 365 for Operations Virtual Machine/Virtual Hard Disk (VHD)

    Configure Dynamics 365 for Operations Virtual Machine/Virtual Hard Disk (VHD)

    Part I – Create and use Virtual machine

    Life cycle services

    1.     Login to Lifecycle services using your work account. URL: https://lcs.dynamics.com/

    2.     Go to Shared asset library. Direct URL: https://lcs.dynamics.com/V2/SharedAssetLibrary

    3.     Select Downloadable VHD.

    4.     Microsoft publishes recent version of Dynamics 365 Operations VHD files from time to time here. Download the desired version files as indicated in below screenshot.

    5.     Once all files are downloaded, extract the VHD by running “xxx01.exe” file.

    6.     Once extracted you will see VHD file as below:

    Windows Hyper-V Manager

    Enable Hyper-V

    1.     Enable Hyper-V manager role and restart windows. Go to control panel > programs.

    Create Virtual networks

    2.     Open Hyper-V manager and create network switches

    External switch (To enable internet connection)

    Internal switch (To enable local network connection)

    Create new virtual machine

    Start Virtual machine

    1.     Select the imported VM and click Start.

    2.     Login to windows using:

    User Id: Administrator

    Password: pass@word1

    Provision admin user

    1.     On the desktop, double click “Admin user provisioning” tool.

    2.     Enter your organization user account.

    3.     Once user gets successfully provisioned, use below URL to access Dynamics 365 Operations: https://usnconeboxax1aos.cloud.onebox.dynamics.com

    4.     Under login page use credentials for organization account user for provisioning. 

    Part II – Configure Azure DevOps 

    Azure DevOps, formerly known as Visual Studio Team Services, the source code management repository tool that's used with Dynamics 365 Operations to make. Workspaces require that every computer or VM have a unique name. DevOps team integration will fail if you have two or more VMs that have the same name. Therefore, it is crucial that you rename your VM.

    1. Open the Windows Explorer, by clicking on the shortcut in the lower left corner:

    2. Right click on My PC in the left and select properties.

    3. Click on the "Change Settings" button.

    4. Click on the "Change" button in the System Properties -> Computer Name tab.

    5. Change the computer name to some unique name within your organization and click on the "OK" button.

    6. You will be informed that you will have to restart your computer, click on the "OK" button. Then click on the "Close" button.

    7. You will then be prompted to restart the computer, click on the "Restart Now" button.

    Visual Studio (version control setup)

    https://stoneridgesoftware.com/setting-up-version-control-in-dynamics-365-for-operations-with-visual-studio/

    Reporting Services RS (change computer name in configuration)

    Activate or Rearm Windows license

    By default windows license would be active for 180 days. In order to activate or rearm, follow below instructions.

    Run command prompt as administrator.

    slmgr –rearm
    

    Check no of rearms left

    slmgr -dlv
    
  • 相关阅读:
    使用委派代替继承
    《重构,改善既有代码的设计》读书笔记
    理解C指针: 一个内存地址对应着一个值
    C#实现窗口最小化到系统托盘
    C#中访问私有成员--反射
    不要在构造函数中调用可重写的方法
    链表解决约瑟夫环问题
    C数据结构(文件操作,随机数,排序,栈和队列,图和遍历,最小生成树,最短路径)程序例子
    java this,super简单理解
    数据与计算机通信习题
  • 原文地址:https://www.cnblogs.com/lingdanglfw/p/14713597.html
Copyright © 2011-2022 走看看