How to: Export Model Store
Hello everyone, this post have been on my draft for quite some time and since this is a blog for noobs we can’t miss the basics!
-
- To avoid problems, disable AOS.
- Open Microsoft Dynamics AX Management Shell, you can find it on Control Panel\All Control Panel Items\Administrative Tools.
- In Microsoft Dynamics AX Management Shell, type the following command, and then press ENTER.
Export-AXModelStore -File <Filename> -Details
Example:
Export-AXModelStore -File DAX_CU9_BPK -Details
This command exports the model store to an .axmodelstore file.
- It might take a couple of minutes but Management Shell will tell you when it’s done.
To know more about how to export model file please click here.

This was originally posted here.
*This post is locked for comments