< Back

Get-AxClientConfig

Sat Jan 11, 2020 8:11 am

NAME Get-AxClientConfig



SYNOPSIS

Get the AX 2012 client configuration





SYNTAX

Get-AxClientConfig [[-Name] <String>] [<CommonParameters>]





DESCRIPTION

Get the AX 2012 client configuration from the registry





PARAMETERS

-Name <String>

Name of the configuration that you are looking for



The parameter supports wildcards. E.g. -Name "*DEV*"



Required? false

Position? 1

Default value *

Accept pipeline input? false

Accept wildcard characters? true



<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





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



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



PS C:\\>Get-AxClientConfig



This will get all available client configurations from the registry and display them.











RELATED LINKS