Get-AXAnalysisDatabaseDetail
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-AXAnalysisDatabaseDetail
Returns a list of Microsoft SQL Server Analysis Services databases (projects) that were published by Microsoft Dynamics AX.
Syntax
Parameter Set: Default
Get-AXAnalysisDatabaseDetail [-ServicesAOSName <String> ] [-ServicesAOSWSDLPort <Int32> ] [-ServicesFilePath <String> ] [ <CommonParameters>]
Detailed description
The Get-AXAnalysisDatabaseDetail cmdlet returns a list of Microsoft SQL Server Analysis Services databases (projects) that were published by Microsoft Dynamics AX. 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>
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 a list of the databases published by Microsoft Dynamics AX, piped to the Format-List cmdlet (FL).
PS C:\>Get-AXAnalysisDatabaseDetail | FL
PartitionKey : initial
ServerName : dax62bi
IsDefault : True
Description : Dynamics AX analysis server
ServerName : dax62bi
DatabaseName : Dynamics AX initial
PartitionKey : initial
IsDefault : True
LastDeployedDateTime : 10/11/2012 12:00:00 AM
StatusMessage :
PS C:\>
Related topics
Get-AXAnalysisServerConfiguration
Copyright Microsoft Corporation. All rights reserved.