To find out what restarted windows server: Login to Windows Server Launch the Event Viewer (type eventvwr in run) In the event viewer console expand Windows Logs Click System and…
William Smith (talkingmoose) posted some helpful logic to search for Monterey Compatible Macs with regex in Jamf Pro http://talkingmoose.net/ | https://github.com/talkingmoose 1. Set of regex (^Mac13|MacBook(10|9)|MacBookAir(10|[7-9])|Macmini[7-9]|MacPro[6-7]|iMacPro1|iMac(1[6-9]|2[0-2])),\d|MacBookPro1(1,[45]|[2-8],\d) 2. Set of regex…
Configure Microsoft Edge policy settings for macOS using a property list https://docs.microsoft.com/en-us/deployedge/configure-microsoft-edge-on-mac Configure Microsoft Edge policy settings on macOS with Jamf https://docs.microsoft.com/en-us/deployedge/configure-microsoft-edge-on-mac-jamf Configure Microsoft Edge policy settings https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies https://www.microsoft.com/en-us/edge/business/download
6.1. Enforce Multifactor Authentication for Login The system MUST be configured to enforce multifactor authentication. All users MUST go through multifactor authentication to prevent unauthenticated access and potential compromise to…
NAME sed -- stream editor sed Useful Commands Change the string something to else sed 's/something/else/' [file] Change the string something to else and add backup file: Will output two…
Search for something in a file grep something file Search for something in multiple files grep something file file1 file2 file 3 Search for something everywhere in the current directory…
Detailed information lpstat -l -p lpstat -a lpstat -a | awk '{print $1}' lists PPD files for printers that have been added to the system ls /etc/cups/ppd/*.ppd Find version of…