Skip to content

Latest commit

 

History

History
196 lines (137 loc) · 3.9 KB

File metadata and controls

196 lines (137 loc) · 3.9 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.date mtps_version
Get-AXAOS
Get-AXAOS
B43F64E4-93BE-4962-B03C-75FD25364E0D
49720067
tonyafehr
10/17/2012
v=AX.60

Get-AXAOS

[!INCLUDEarchive-banner]

Get-AXAOS

Returns a list of the Application Object Server (AOS) instances that are associated with a Microsoft Dynamics AX database.

Syntax

Parameter Set: Default
Get-AXAOS [-ServicesAOSName <String> ] [-ServicesAOSWSDLPort <Int32> ] [-ServicesFilePath <String> ] [ <CommonParameters>]

Detailed description

The Get-AXAOS cmdlet returns a list of the AOS instances that are associated with a Microsoft Dynamics AX database. The cmdlet returns a status of True for each instance that is currently running.

Parameters

-ServicesAOSName<String>

Specifies the name of an AOS instance to connect to instead of the default value.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ServicesAOSWSDLPort<Int32>

Specifies the web service (WSDL) port of an AOS instance to connect to instead of the default value.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ServicesFilePath<String>

Specifies a client configuration parameter file (.axc) to use instead of the configuration that is stored in the registry.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, OutBuffer, OutVariable, WarningAction, and WarningVariable. For more information, see about_CommonParameters https://go.microsoft.com/fwlink/?LinkID=113216

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • None

    You cannot pipe input to this cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • None

    The cmdlet does not generate any output.

Examples

This example returns the default AOS instance, and whether it is running. The output is piped to the Format-List (or FL) cmdlet to improve readability.

C:\PS>Get-AXAOS | Format-List
Name   : 01@Dynamics
Status : True

Copyright Microsoft Corporation. All rights reserved.