Posted on 04-10-2018 09:36 AM
I have found this info: MS Doc
I make the change via the GUI and I see the OpenatLogin change to a value of 1 from 0. I then copy this file out change it back to disable open at login and copy the plist. Seems to ignore this file and the openatlogin is still disabled.
How can I do this via JAMF to make sure OneDrive always open at login.
Posted on 04-10-2018 10:01 AM
You could put it into the "Login Items" for the user.
That "Open At Login" doesn't always work.
Posted on 04-10-2018 10:03 AM
Try something like this in Apple Script. (You'll need to put it in a shell script to execute from a Policy though)
tell application "System Events" to make login item with properties {name:"Microsoft Teams", path:"/Applications/Microsoft Teams.app", hidden:false}
tell application "System Events" to delete login item "Microsoft Teams"