web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / DaxGeek / Open PowerShell and View a ...

Open PowerShell and View a List of Reports

Hossein.K Profile Picture Hossein.K 6,648
Complete the following procedure to open PowerShell and view a list of the
reports that are included with Microsoft Dynamics AX 2012.


1. Open PowerShell as an administrator by clicking
Start >Administrative Tools.

2. Right-click the
Microsoft Dynamics AX 2012 Management Shell option.

3. Click
Run as administrator.

4. Retrieve default reports that are included with Microsoft Dynamics
AX, and store the list in a local variable using the following
command:
$reports = Get-AXReport -ReportName *

5. View the list of reports by entering the following command: $reports

  

Best Regards,
Hossein Karimi

Comments

*This post is locked for comments