Get-AXReportServerConfiguration
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-AXReportServerConfiguration
Retrieves the configuration that specifies the connection settings between a Microsoft Dynamics AX Application Object Server (AOS) instance and a Microsoft SQL Server Reporting Services instance.
Syntax
Parameter Set: Default
Get-AXReportServerConfiguration -Id <String> [-ServicesAOSName <String> ] [-ServicesAOSWSDLPort <Int32> ] [-ServicesFilePath <String> ] [-UseDefault] [ <CommonParameters>]
Detailed description
The Get-AXReportServerConfiguration cmdlet retrieves the configuration that specifies the connection settings between an AOS instance and a Reporting Services instance.
Parameters
-Id<String>
Specifies the identifier of the configuration to retrieve.
Aliases |
none |
Required? |
true |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
-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 |
-UseDefault
Specifies that the default configuration should be returned.
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.
- See example
Examples
This example returns a list of the settings in the configuration ReportServer01.
PS C:\>C:\PS>Get-AXReportServerConfiguration -Id ReportServer01
AOSName : 01@RDVM806000-GU
ConfigurationId : ReportServer01
Description :
Default : True
ReportServerFolder : DynamicsAX
ReportServerName : ReportServer1
ReportServerInstanceName : DynamicsReports
ReportServerManagerUrl : http://ReportServer1/Reports
ReportServerWebServiceUrl : http://ReportServer1/ReportServer
SharePointIntegregrated : False
PS C:\>
Related topics
Set-AXReportServerConfiguration
Copyright Microsoft Corporation. All rights reserved.