Vanta mass deployment
Let's begin by outlining the prerequisites for making this script work effectively.
1. A paid Vanta subscription and an admin account.
2. Your VANTA_KEY= from here: Setup Instructions - Vanta
3. Region of Vanta instance
4. Method to get email of the user you want to assign this agent to (optional)
Ok now that we have this info we can edit my script.
These are the values we need to update:
AGENT_KEY=""
OWNER_EMAIL=""
REGION=""
Examples:
AGENT_KEY="rtvgbh5rvcnn928h2ag5ten11148q3ucwfj3f8zkr2grdk696rt0"
OWNER_EMAIL="kyle@ericsontech.com"
REGION="us"
Here is the full script you can edit.
https://raw.githubusercontent.com/kylejericson/JAMF/master/Scripts/standalone_vanta_install.sh
Then just take this script and deploy with your MDM.
I needed to deploy this for Intune so I added this script to run to get the user's email.
Here is the script to get the user email from a Intune enrolled device
https://raw.githubusercontent.com/kylejericson/JAMF/master/Scripts/intune_user.sh
Is there a way to do this for Windows devices?
ReplyDelete