Get D365EnvironmentSettings - FH-Inway/d365fo.tools GitHub Wiki
Get the D365FO environment settings
Get-D365EnvironmentSettings [<CommonParameters>]
Gets all settings the Dynamics 365 for Finance & Operations environment uses.
Get-D365EnvironmentSettings
This will get all details available for the environment
Get-D365EnvironmentSettings | Format-Custom -Property *
This will get all details available for the environment and format it to show all details in a long custom object.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Tags: Environment, Configuration, WebConfig, Web.Config, Decryption
Author: Rasmus Andersen (@ITRasmus) Author: Mötz Jensen (@Splaxi)
The cmdlet wraps the call against a dll file that is shipped with Dynamics 365 for Finance & Operations. The call to the dll file gets all relevant details for the installation.