< Back

Get-D365CeActiveODataConfig

Mon Jan 13, 2020 8:41 am

NAME Get-D365CeActiveODataConfig



SYNOPSIS

Get the active OData configuration





SYNTAX

Get-D365CeActiveODataConfig [-OutputAsHashtable] [-EnableException] [<CommonParameters>]





DESCRIPTION

Get the active OData configuration from the configuration store





PARAMETERS

-OutputAsHashtable [<SwitchParameter>]

Instruct the cmdlet to return a hashtable object



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-EnableException [<SwitchParameter>]

This parameters disables user-friendly warnings and enables the throwing of exceptions

This is less user friendly, but allows catching exceptions in calling scripts



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





Tags: OData, Environment, Config, Configuration, ClientId, ClientSecret



Author: M????tz Jensen (@Splaxi)



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-D365CeActiveODataConfig



This will get the active OData configuration.











RELATED LINKS

Add-D365CeODataConfig

Get-D365CeODataConfig

Set-D365CeActiveODataConfig