Get-AXAnalysisProjectDetail

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Get-AXAnalysisProjectDetail

Returns a list of all Microsoft SQL Server Analysis Services projects in the Microsoft Dynamics AX Application Object Tree (AOT).

Syntax

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

Detailed description

The Get-AXAnalysisProjectDetail cmdlet returns a list of all Microsoft SQL Server Analysis Services projects in the Microsoft Dynamics AX Application Object Tree (AOT). It is often used in scripts that compare lists of published and unpublished projects.

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>

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 a list of the Analysis Services projects in the AOT, piped to the Format-List cmdlet (FL).

PS C:\>Get-AXAnalysisProjectDetail | FL 
						
Name : Dynamics AX
Layer : gls
ProjectFilename : Dynamics AX.dwproj
ModifiedDateTime : 4/19/2012 8:26:02 AM
PS C:\>
                        

Get-AXAnalysisDatabaseDetail

Get-AXAnalysisServerConfiguration

Publish-AXAnalysisProject

Copyright Microsoft Corporation. All rights reserved.