This macos bash script prompts for a comma delimited list of hostnames directly in terminal window, it is used to Identify and Collect TLS Certificate Information form hosts to files if there is more than one and processes the following command(s) to derive show certs information for each hostname and each of these ports.
The Shortcuts URL scheme allows you to open the app, create, run, or edit a shortcut, and interact with the Gallery in the Shortcuts app. URL schemes can be used anywhere a URL can be used—your own app, in a web browser, or in the command line.
A good preamble for scripts #!/bin/bash # Script Name: [Your Script's Name] # Description: Brief description of what the script does. # Author: Your Name (or your organization's name) #…
This Shell Script will parse a locally saved Jamf Summary Report, Jamf Pro Server Summary Tool 3.3 2022 - JSS 10.40.0 By Sam Fortuna & Nick Anderson & Tyrone Luedtke…
Bash script to find and list all binary .app files on macos and collect them to a .csv file with app name, version, and file path columns. Dumped filename is…
A script for macos that creates and names individual folders from a .txt file containing the list of names of these; place these dynamically named subfolders in the /Users/shared directory…