Announcements
I am creating a powershell script to run AX as a different user:
runas /user:domain\myuser "c:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin\ax32.exe -aos2=MYAOS"
This command does work and gets me to the right AOS. However, I'm thinking I need to run this along with my .AXC. Is that possible?
The answer is yes, it's possible.
If I remember it correctly, your should put the path to your .axc file as the first positional parameter. Like this: ax32.exe c:\temp\test.acx.
It's also possible to refer to names of configurations stored in Windows registry (set up by AX configuration tool).
André Arnaud de Cal...
294,219
Super User 2025 Season 1
Martin Dráb
232,980
Most Valuable Professional
nmaenpaa
101,158
Moderator