Uninstall a model (Windows PowerShell)
On the Start menu, point to All Programs, point to Administrative Tools, and then click Microsoft Dynamics AX Management Shell.
At the Windows PowerShell command prompt, PS C:\>, type the following command, and then press ENTER.
Uninstall-AXModel -Model <Modelname>
This command uninstalls the specified model. By default, a confirmation request is displayed.
List models (Windows PowerShell)
To list the models in a layer, at the Windows PowerShell command prompt, PS C:\>, type the following command, and then press ENTER.
Get-AXModel -Layer <LayerName>
To list the models in the model store, at the Windows PowerShell command prompt, PS C:\>, type the following command, and then press ENTER.
Comments
Post a Comment