Solved Apple OSX - Public Desktop
-
@larsen161 said in Apple OSX - Public Desktop:
@DustinB3403 Head on over to macadmins slack and perhaps check out #macos. Lots of people there supporting mac's and it's not just mac focused. https://macadmins.herokuapp.com/
I'll consider it, jumping into another community for this may not be something I really want to do. Most of this I can figure out on my own and without much hassle.
-
@DustinB3403 said in Apple OSX - Public Desktop:
@SmithErick said in Apple OSX - Public Desktop:
Are you just trying to have scripts run on login for each new user on each new machine?
Yeah, to do things like clean up the dock, add specific items to the dock, set the finder preferences etc.
Manually running it once the user is logged in, isn't an issue, just a nuisance.
For this use docutil
Also, look at outset which will let you run scripts at login, logout, etc.
-
MacOS has a locale directory template somewhere for new users, need to find that that could make something work right?
-
@larsen161 said in Apple OSX - Public Desktop:
@DustinB3403 said in Apple OSX - Public Desktop:
@SmithErick said in Apple OSX - Public Desktop:
Are you just trying to have scripts run on login for each new user on each new machine?
Yeah, to do things like clean up the dock, add specific items to the dock, set the finder preferences etc.
Manually running it once the user is logged in, isn't an issue, just a nuisance.
For this use docutil
Also, look at outset which will let you run scripts at login, logout, etc.
Already am using dockutil, I'll check out outset. Thanks
-
Also, are you using anything like DEP with jamf, munki, fleetsmith etc to help manage the endpoints?
-
@larsen161 said in Apple OSX - Public Desktop:
Also, are you using anything like DEP with jamf, munki, fleetsmith etc to help manage the endpoints?
No, nothing like that, solutions like jamf are also DoA as far as apple is concerned. They're forcing everyone to MDMs. Which only work in extreme cases.
-
https://www.amsys.co.uk/modifying-os-x-user-template/
I know its old, but may help. -
@DustinB3403 said in Apple OSX - Public Desktop:
@larsen161 said in Apple OSX - Public Desktop:
Also, are you using anything like DEP with jamf, munki, fleetsmith etc to help manage the endpoints?
No, nothing like that, solutions like jamf are also DoA as far as apple is concerned. They're forcing everyone to MDMs. Which only work in extreme cases.
Interesting. Did not know that.
-
Another good resource that lists a bunch of useful tools for macOS management.
https://github.com/smashism/awesome-macadmin-tools -
I'm marking this solved as I create a direction from
/
calledscripts
and that does what I need.No real need for a public shareable desktop when this works just fine.