Tuesday, April 7, 2015

EXPORT Model and Model store using PowerShell and axutil

Export Model using windows powershell command
Using Export command then no space should exists in your model name but if you have blank space in model name then single quote is required

Path:

Administrative Tools--> Microsoft Dynamics Ax Management Shell

Model Name is Dev1
FilePath Name is C:\Dev2\Kavitha.axmodel

Please use the following command to export the model
PS C:\Windows\system32> Export-AXModel -model Dev1 -file c:\Dev2\Kavitha.axmodel



  Export Model store using cmd prombt
axutil export /model: /file: /verbose
Example 
Path
open command prompt
It will automatically stored in this folder path C:\Users\Administrator
axutil exportstore /file:jafsk.axmodelstore





No comments: