The new Windows Powershell tools for Microsoft Dynamics AX are very useful. I recently encountered a problem that thankfully is easy to avoid and in this case was easy to solve.
Commands to view models by name
When removing or uninstalling a model from AX using PowerShell, the standard method is to specify the model name as a parameter. For example:
Uninstall-AXModel -Model CustomAxModelFileName.model
I recently came across an environment that had two models with the same name. While...(read more)
↧