Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Who's Afraid of the Command Line

Jamf
November 13, 2019
140

Who's Afraid of the Command Line

Jamf

November 13, 2019
Tweet

Transcript

  1. © JAMF Software, LLC ‘Who’s Afraid of the Command Line?’

    Taking the Mystery Out of the Terminal and Scripting 1:30-2:15 pm UP NEXT
  2. © JAMF Software, LLC William Smith Professional Services Enginerd, Jamf

    @talkingmoose In session recording, Picture-in-Picture of you presenting will be placed here. Please don’t put anything especially important in this area.
  3. © JAMF Software, LLC In session recording, Picture-in-Picture of you

    presenting will be placed here. Please don’t put anything especially important in this area. ‘Who’s Afraid of the Command Line?’ Taking the Mystery Out of the Terminal and Scripting
  4. © JAMF Software, LLC In session recording, Picture-in-Picture of you

    presenting will be placed here. Please don’t put anything especially important in this area. ‘Who’s Afraid of the Command Line?’ Taking the Mystery Out of the Terminal and Scripting
  5. © JAMF Software, LLC A management system can send one

    or more commands to all your Macs.
  6. © JAMF Software, LLC A management system can send one

    or more commands to all your Macs. Quickly. Consistently.
  7. © JAMF Software, LLC The command line does the same

    thing you can do in the Finder. And quite often more.
  8. © JAMF Software, LLC ls 01010100 00100000 01101001 00100000 01101111

    00100000 01111000 01110101 01100101 01101111 zsh
  9. © JAMF Software, LLC 01101000 01110001 01100011 01100010 01110111 01100110

    00100000 01101101 01100100 01110110 zsh Desktop Documents Downloads Movies Music Pictures Public
  10. © JAMF Software, LLC In session recording, Picture-in-Picture of you

    presenting will be placed here. Please don’t put anything especially important in this area. ‘tab completion’ Automatically complete file paths by pressing the tab key
  11. © JAMF Software, LLC In session recording, Picture-in-Picture of you

    presenting will be placed here. Please don’t put anything especially important in this area. open '/Applications/Microsoft OneNote.app'
  12. © JAMF Software, LLC 1,000 commands-ish ls = "list files

    and folders" open = "open file, folder or URL" mkdir = "make directory" 1,000 commands
  13. © JAMF Software, LLC 1,000 commands-ish ls = "list files

    and folders" open = "open file, folder or URL" mkdir = "make directory" softwareupdate = "install macOS updates"
  14. © JAMF Software, LLC 1,000 commands-ish ls = "list files

    and folders" open = "open file, folder or URL" mkdir = "make directory" softwareupdate = "install macOS updates" cat = "read a file"
  15. © JAMF Software, LLC 1,000 commands-ish ls = "list files

    and folders" open = "open file, folder or URL" mkdir = "make directory" softwareupdate = "install macOS updates" cat = "read a file" hostname = "get computer name"
  16. © JAMF Software, LLC 1,000 commands-ish ls = "list files

    and folders" open = "open file, folder or URL" mkdir = "make directory" softwareupdate = "install macOS updates" cat = "read a file" hostname = "get computer name" jamf = "do Jamfy things"
  17. © JAMF Software, LLC softwareupdate softwareupdate --help softwareupdate --list softwareupdate

    --download softwareupdate --download --install --restart softwareupdate --ignore "macOS Catalina" softwareupdate --reset-ignored softwareupdate --fetch-full-installer In session recording, Picture-in-Picture of you presenting will be placed here. Please don’t put anything especially important in this area.
  18. © JAMF Software, LLC Thank you for listening! Give us

    feedback by completing the 2-question session survey in the JNUC 2019 app. UP NEXT Identity: The Keys to Your Technology 4:00 PM