-
Notifications
You must be signed in to change notification settings - Fork 20
Tutorial Get Active Configurations
Mötz Jensen edited this page Nov 19, 2019
·
2 revisions
This tutorial will show you how to list the current (if any) D365FO environment configuration.
- 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.
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
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.
- Install as a non-Administrator
- Install as a Administrator
- Import d365fo.integrations module
- List available commands from d365fo.integrations module
- Get help content for a command