Have any suggestions for how to set default startpage in Safari? Possibility to push with PMM or in Task Sequence?
Hi, have you tried to set it via "defaults write com.apple.Safari HomePage" ? If it works then you can push this command either via Script Task Sequence Step or as a Script Config Item or as a package. Also you might want to take a look at the following: https://github.com/amsysuk/public_config_profiles/blob/master/SafariHomepage.mobileconfig
I like Yury's suggestion as it allows you to set the solution as policy that will be enforced. Parallels Mac Management can deliver mobileconfig files as policy or through Task Sequences at time of image deployment. His other suggestion is as easy as running this script against a single Mac or against the collection in SCCM with v5 of Parallels Mac Management: Sudo open /Applications/Safari.app/ "http://www.google.com"