Deploy Single Report
To deploy a specific report, enter the name of the report. For example, to deploy the CustTransList report, enter the following command:Command : Publish-AXReport -ReportName CustTransList
Deploy Multiple Report
To deploy two or more specific reports, enter the names of the reports. For example, to deploy the CustTransList and CustTransOpenPerDate reports, enter the following command:
Command : Publish-AXReport -ReportName CustTransList, CustTransOpenPerDateDeploy All Report
To deploy all reports, enter the following command:Command : Publish-AXReport –ReportName