Uninstall a model IN AX 2012

Uninstall a model (Windows PowerShell)

  1. On the Start menu, point to All Programs, point to Administrative Tools, and then click Microsoft Dynamics AX Management Shell.
  2. 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)

  1. 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>
    
  2. To list the models in the model store, at the Windows PowerShell command prompt, PS C:\>, type the following command, and then press ENTER.
    Get-AXModel
    

Comments

Popular posts from this blog

D365: SSRS Report Development/ Customization

D365: X++ code to add custom lookup on worker to show specific workers team workers only

Error message when you log on to a Microsoft Dynamics AX 4.0 client: "You are not a recognized user of Microsoft Dynamics AX"