My IT department is asking about best practices for deploying dynamo settings files so whenever a change is added it gets distributed. How does everyone else’s firm handle this?
Do you do CLI script on startup?
Manual push?
My IT department is asking about best practices for deploying dynamo settings files so whenever a change is added it gets distributed. How does everyone else’s firm handle this?
Do you do CLI script on startup?
Manual push?
Robocopy and group policy are likely the two most common and successful.
IMO with the current direction of Dynamo any type of bulk overwriting the preferences file is likely to cause as many if not more issues than it’d save by educating the users (with less ROI as well). Appending to the user’s preferences is preferred but will take more work from your IT team.
Do you copy from the admins file or do you keep the file in a central location
I wouldn’t recommend pushing files over the user generated file. You’re clearing out their preferences when you do so. Append relevant values and set the few keys which you want to control.