Get D365LcsApiConfig - FH-Inway/d365fo.tools GitHub Wiki
Get the LCS configuration details
Get-D365LcsApiConfig [-OutputAsHashtable] [<CommonParameters>]
Get the LCS configuration details from the configuration store
All settings retrieved from this cmdlets is to be considered the default parameter values across the different cmdlets
Get-D365LcsApiConfig
This will output the current LCS API configuration. The object returned will be a PSCustomObject.
Get-D365LcsApiConfig -OutputAsHashtable
This will output the current LCS API configuration. The object returned will be a Hashtable.
Instruct the cmdlet to return a hashtable object
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
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, Url, Config, Configuration, LCS, Upload, ClientId
Author: Mötz Jensen (@Splaxi)