Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Autodesk Identity Manager - Update

Autodesk Identity Manager - Update

monica_l_lee
Explorer Explorer
5,064 Views
4 Replies
Message 1 of 5

Autodesk Identity Manager - Update

monica_l_lee
Explorer
Explorer

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)
5,065 Views
4 Replies
Replies (4)
Message 2 of 5

Simon_Weel
Advisor
Advisor
Accepted solution

I use AdskIdentityManager-UCT-Installer_11505.exe -q

0 Likes
Message 3 of 5

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 5

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 5

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