Friday, 5 June 2015

Import and Export a model

First you will have to go to windows power shell

Path: Control Panel\All Control Panel Items\Administrative Tools

1.Import:
Windows PowerShell:
Install-AXModel -File <Filename.axmodel> -Details

2. Export:
Windows PowerShell
Export-AXModel –Model <name> -File <Filename.axmodel>

No comments:

Post a Comment