nealdav / py-keysword

Automated method of retrieving Filevault2 keys from JAMF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keysword

Automated method of retrieving Filevault2 keys from JAMF

Usage:

There are two search methods for returning a filevault key, using a computer ID or a computer name:

keysword -id <jss_id>
keysword -name <computer_name>

Configuring

There are three fields required to be exported in your environment in order to authenticate:

  • JAMF_HOST: Should be the URL to the JAMF host, ex: https://examplejss.com/
  • JAMF_USERNAME: Should be the username to the JAMF host
  • JAMF_PASSWORD: Should be the password to the JAMF host

Additionally, there is a dependency on the requests library, simply use pip or pipenv to install:

$ pip install requests

About

Automated method of retrieving Filevault2 keys from JAMF

License:Apache License 2.0


Languages

Language:Python 100.0%