Autodesk Identity Manager - Update

Autodesk Identity Manager - Update

monica_l_lee
Participant Participant
12,834 Views
5 Replies
Message 1 of 6

Autodesk Identity Manager - Update

monica_l_lee
Participant
Participant

We are making a new ACAD 2025 deployment, the Autodesk Identity Manager that is bundled in is the an older version of the Autodesk Identity Manager. When we run out deployment for ACAD 2025 that installs properly but when we try to apply the update for the Autodesk Identity Manager using the code below it won't install silently. Any suggestions ? 

 

AdskIdentityManager-update.exe --mode unattended

0 Likes
Accepted solutions (1)
12,835 Views
5 Replies
Replies (5)
Message 2 of 6

Simon_Weel
Mentor
Mentor
Accepted solution

I use AdskIdentityManager-UCT-Installer_11505.exe -q

0 Likes
Message 3 of 6

kamaljeet_singhEMUD6
Community Visitor
Community Visitor

Dear Monica,
I tried below command but installation window pop-up for to click on install.
AdskIdentityManager-UCT-Installer\Setup.exe" -Parameters "--mode unattended --unattendedmodeui none"

0 Likes
Message 4 of 6

kamaljeet_singhEMUD6
Community Visitor
Community Visitor

Even I tried -q but again it is pop-up for installation. Kindly suggest to install the parameter for silent installation

Execute-Process -Path "$dirFiles\AdskIdentityManager-UCT-Installer\Setup.exe" -Parameters "-q"

Screenshot 2025-05-19 154021.jpg

0 Likes
Message 5 of 6

omushahwar
Advocate
Advocate

If you are running in powershell call it from command prompt as a lot of Autodesk programs do not launch well/correctly from powershell.

 

cmd.exe /c "C:\Autodesk\AdskIdentityManager-UCT-Installer.exe -q" 

0 Likes
Message 6 of 6

jmeidinger
Observer
Observer

thank you

0 Likes