Creating the Jamf Pro Database and MySQL User Account December 16, 2022Posted inJamf ProTags: Configuration Management, install, Jamf Pro, mysql Execute the following command from a terminal or command prompt: sudo jamf-pro database init Windows CMD jamf-pro database init
Using IIS to Enable HTTPS Downloads on a Windows Server 2016 or 2019 File Share Distribution Point December 15, 2022Posted inSoftwareTags: Configuration Management, IIS, install, Jamf Pro, ssl Creating a Certificate Signing Request Link: https://docs.jamf.com/technical-articles/Using_IIS_to_Enable_HTTPS_Downloads_on_a_Windows_Server_2016_or_2019_File_Share_Distribution_Point.html?hl=jamf%2Cpro%2Ciis
Installing MySQL Community Server 8.0 on Windows December 15, 2022Posted inSoftwareTags: Configuration Management, install, Jamf Pro, mysql Link: https://docs.jamf.com/technical-articles/Installing_Java_and_MySQL_on_Windows_for_Jamf_Pro_10-14-0_or_Later.html#concept-7172
Stopping, Restarting Tomcat on Windows December 15, 2022Posted inSoftwareTags: install, Jamf Pro, setup, start, stop, tomcat Open Command Prompt and execute the following commands: Net stop Tomcat8 Net start Tomcat8
Application lists and downloads up-to-date Big Sur and Monterey Install Assistants July 9, 2022Posted inCodeTags: install, macOS 11, macOS 12 this app has worked for downloading the Monterey Install Assistant before, but now it does it better added an icon for Monterey and it should now use the correct software…
Viewing Install Log May 3, 2022Posted inApple, macOSTags: install, logs /var/log/install.log grep 'Installed' /private/var/log/install.log View the entire install log cat /private/var/log/install.log | open -f Link https://applehelpwriter.com/2013/05/21/how-to-check-whats-been-installed-on-your-mac/