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
    
  • 相关阅读:
    HDU 5409 CRB and Graph (边双连通+DFS)
    HDU 3749 Financial Crisis (点双连通+并查集)
    POJ 1523 SPF (无向图割点)
    HDU 3639 Hawk-and-Chicken (强连通缩点+DFS)
    UVA11324 The Largest Clique (强连通缩点+DP最长路)
    HDU 3861 The King’s Problem (强连通缩点+DAG最小路径覆盖)
    ZOJ 3795 Grouping (强连通缩点+DP最长路)
    POJ 2455 Secret Milking Machine 【二分】+【最大流】
    POJ 2112 Optimal Milking (二分+最短路+最大流)
    POJ 1094 Sorting It All Out 【拓扑排序】
  • 原文地址:https://www.cnblogs.com/lingdanglfw/p/14713597.html
Copyright © 2011-2022 走看看