-
Notifications
You must be signed in to change notification settings - Fork 0
Working with the different D365 services
So you are working on a project where you have to export/import a bacpac file from any NON-PROD environment.
You might have to login to several different servers / machines to ensure that the different D365 services are stopped / shutdown before continuing with your planned work.
Look no further!
We assume:
- That you already did run the
Install-Module -Name d365fo.tools
on the machine / server you will be using for this. - That you will be running this from 1 of the AOS machines / Servers in the Tier 2 environment.
- Start PowerShell (Start Menu - type powershell and click enter when you see the icon marked)
- Run
Import-Module d365fo.tools
Tier-1 examples
Run Get-D365Environment -All
This will display the current status of all the D365 services on the machine
Run Stop-D365Environment -All
This stop all the D365 services on the machine. It will list the current status for all services
Run Start-D365Environment -All
This start all the D365 services on the machine. It will list the current status for all services
Tier-2 examples
Run Get-D365Environment -ComputerName "TEST-SB-AOS1","TEST-SB-AOS2","TEST-SB-BI1" -All
This will display the current status of all the D365 services across all the supplied machines.
Run Stop-D365Environment -ComputerName "TEST-SB-AOS1","TEST-SB-AOS2","TEST-SB-BI1" -All
This stop all the D365 services across all the supplied machines. It will list the current status for all services
Run Start-D365Environment -ComputerName "TEST-SB-AOS1","TEST-SB-AOS2","TEST-SB-BI1" -All
This start all the D365 services across all the supplied machines. It will list the current status for all services
- Install as a non-Administrator
- Install as a Administrator
- Import d365fo.tools module
- List available commands from d365fo.tools module
- Get help content for a command
- Start, Stop and List services
- Import users into the D365FO environment
- Import external users into the D365FO environment
- Enable users in the D365FO environment
- Update users in the D365FO environment
- Provision D365FO environment to new Azure AD tenant
- Import a bacpac file into a Tier1 environment
- List modules / models
- Compile module
- Install AzCopy
- Install SqlPackage
- Install Nuget
- Speed up LCS download via AzCopy
- Download latest bacpac from LCS via AzCopy
- Register NuGet source
- Configure Azure Logic App
- Fix AzureStorageConfig
- Run a runnable class
- Update users in environment
- Work with Azure Storage Account
- Work with packages, resource label files, language and lables
- Working with the different D365 services