< Back

Get-AxAosInstance

Sat Jan 11, 2020 8:09 am

NAME Get-AxAosInstance



SYNOPSIS

Get AX 2012 AOS Instance





SYNTAX

Get-AxAosInstance [[-Name] <String>] [[-InstanceNo] <String>] [<CommonParameters>]





DESCRIPTION

Get AX 2012 AOS Instance details from the local machine





PARAMETERS

-Name <String>

The search string to filter the AOS instance that you're looking for



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



Default value is "*" and will give you all the instances



Required? false

Position? 1

Default value *

Accept pipeline input? false

Accept wildcard characters? false



-InstanceNo <String>

The search string to filter the AOS instance that you're looking for



The parameter supports wildcards. E.g. -InstanceNo "*1*"



Default value is "*" and will give you all the instances



Required? false

Position? 2

Default value *

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-AxAosInstance



This will get you all the installed AX 2012 AOS instances on the machine











RELATED LINKS