Thursday, February 14, 2019

Turn off all the D365F&O services in DEV VM

To turn off all the D365F&O services

Steps:
1. Open PowerShell as an admin
2. Type "stop-d365environment"
3. click -> Enter


To start
Start-d365environment

No comments:

Post a Comment

Search hierarchy for a match (TableALLGroup) X++

  Table1 ppt;  select firstonly ppt  order ItemCode, ItemRelation, AccountCode, AccountRelation where      (ppt.ItemCode == TableGroupAll::T...