Feature Summary:
If API credentials are not provided, it will simply add the Username and Full Name into their respective places in the Computer's Inventory Record without verifying if they are in the Directory.
Problem and Motivation:
- Problem: The tool only works if we have a directory integration
- Motivation: Allows companies without a directory integration to add the user's information to Jamf Pro without prompting them.
Proposed Solution:
A description of how this feature could be implemented or what it would entail.
The solution is very simple, if API Credentials are not provided, just grab the LOCAL USERNAME and FULL NAME of the logged in user and run the following:
jamf recon -endUsername $LOCALUSERNAME -realname $LOCALFULLNAME
Feature Summary:
If API credentials are not provided, it will simply add the Username and Full Name into their respective places in the Computer's Inventory Record without verifying if they are in the Directory.
Problem and Motivation:
Proposed Solution:
A description of how this feature could be implemented or what it would entail.
The solution is very simple, if API Credentials are not provided, just grab the LOCAL USERNAME and FULL NAME of the logged in user and run the following:
jamf recon -endUsername $LOCALUSERNAME -realname $LOCALFULLNAME