< Back

Get-AxClientBuild

Sat Jan 11, 2020 8:11 am

NAME Get-AxClientBuild



SYNOPSIS

Get the build numbers





SYNTAX

Get-AxClientBuild [[-Path] <String>] [<CommonParameters>]





DESCRIPTION

Get the build numbers for the AX 2012 client





PARAMETERS

-Path <String>

The path to the Ax32.exe file you want to work against



The default path is read from the registry



Required? false

Position? 1

Default value $(Join-Path $Script:ClientBin "Ax32.exe")

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





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



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



PS C:\\>Get-AxClientBuild



This will get the executable path and the build numbers for the client.











RELATED LINKS