Wednesday 9 December 2015

AX 2012 get the list of SSRS report in file

Open MS Dynamics AX 2012 Management Shell 


1) get ther reports 

$reports = Get-AXReport -ReportName *

2) save the list of reports to txt file

$Reports | Select-object Name, ChangedDate |out-file c:\ListAllSSRSReport.txt