Skip to content

Tutorial Get Active Configurations

Mötz Jensen edited this page Nov 19, 2019 · 2 revisions

Get active D365FO environment configuration

This tutorial will show you how to list the current (if any) D365FO environment configuration.

Prerequisites

  • Machine with D365FO installed
  • PowerShell 5.1
  • d365fo.integrations module installed

Please visit the Install as a Administrator or the Install as a Administrator tutorials to learn how to install the tools.

Get active configurations

If we want to know more about which default values the module is currently using, we can query the module for its currently active configuration. Type the following command:

Get-D365ActiveODataConfig

Closing comments

In this tutorial we showed you how to get currently active configurations. You can use this to see if the details are correct while troubleshooting your work against the D365FO environment.