- 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
How to Launch a Tool
RCC tools can be deployed in two main ways:
- Via a Jamf Policy: This is the most common deployment method.
 - Within an Extension Attribute Script: Some tools are designed for more granular control and are used directly within an extension attribute. Tool-specific documentation (see sidebar) will provide instructions for this usage.
 
Navigate to Policies in Jamf Pro, create a new policy, and configure its general settings (e.g., name and scope).
Under the Scripts payload, add the "Launch a Tool Script" (created during the RCC configuration).
Using Temporary Admin as an example, configure the script parameters as follows:
- 
Parameter 4 (Global Options and Tool Name):
TemporaryAdmin
 - 
Parameter 5 (Tool-Specific Option - Sensitive Data):
--encryptedCredentialsPlistPath /path/to/my/credentials.enc
 - 
Parameter 6 (Tool-Specific Option - Sensitive Data):
--removeGroup "Temporary Admin Privileges" 
Create a configuration profile to specify non-sensitive, tool-specific options. Below is an example configuration profile for the Temporary Admin tool:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <dict>
    <key>action</key>
    <string>promote</string>
    <key>timeMin</key>
    <integer>5</integer>
    <key>removeGroup</key>
    <string>Temporary Admin Privileges</string>
  </dict>
</plist>This configuration profile:
- Specifies the action to promote the user to admin status.
 - Grants admin rights for 5 minutes.
 - Removes the user from the specified group after admin access is granted.
 
For detailed instructions on creating a configuration profile, refer to the How to Create a Configuration Profile guide.
Refer to the Temporary Admin Tool Documentation for more details on configuration options.
Save the policy and deploy it to a test device.
Certain RCC tools are designed to be used within an extension attribute script. To set up such tools:
- 
Create a New Extension Attribute:
- Navigate to Settings > Computer Management > Extension Attributes and click New.
 
 - 
Add the Tool Invocation Script:
- Locate the appropriate script for the tool in the tool-specific documentation.
 - Tool documentation can be accessed through the sidebar.
 
 - 
Assign the Extension Attribute:
- Reference the extension attribute within your policies or configuration profiles as needed.
 
 
For detailed guidance, refer to the sidebar to navigate to the specific tool documentation.
- Configuration Profiles for Tool-Specific Parameters: Define all tool-specific options in a configuration profile applied to the devices.
 - Global Options: Place global options in the Jamf Pro script parameter fields for clarity and consistency.
 
By following these steps, you can effectively deploy and manage RCC tools within your Jamf Pro environment. Refer to the individual tool documentation for any additional details or specific requirements.
- 
Encrypt
Encrypt any string. - 
App Setup Helper
Enables Screen Recording for apps. - 
Break Glass Admin
Manages emergency admin accounts. - 
Edit User Profile
Updates building and department info. - 
FileVault Token Revoker
Removes FileVault tokens. - 
Get Backdoor Admin Password From Keychain
Retrieves backdoor admin passwords. - 
List All FileVault Enabled Users
Lists FileVault-enabled users. - 
Rapid Response
Triggers scripts immediately. - 
Rename Computer
Renames Macs via Jamf. - 
Reset Jamf Connect Login Screen
Switches to macOS login. - 
Secure Token Sharing Tool
Grants secure tokens. - 
Self Service Email
Creates pre-filled emails. - 
Temporary Admin
Grants temporary admin rights. - 
Update User Info
Syncs user data with Jamf. - 
Upload Jamf Logs
Uploads log files to Jamf. - 
User Privilege Management
Adjusts user roles. - 
Change Static Group Membership
Change Static Group Membership - 
Fetch Database
Fetch Database