
1) Download the zip file that this README is in.
2) Edit the csv file to be a list of serial number,device name,LDAP username
3) Open Terminal.app if you are on a Mac or Linux and type the below where the cd line is to
	get inside the folder that has the script and CSV. The script is run with 3 arguments:
	a) server name
	b) API token
	c) The CSV file

cd api_UpdateiPadNameANDAuthUser 
chmod +x ./api_UpdateiPadNameandAuthUser.sh
./api_UpdateiPadNameandAuthUser.sh https://fwjoshlab.filewave.net e2E4YxGFlLTFjxzLWxDg1x3MDg4OH0= ./api_UpdateiPadNameandAuthUser.csv
 

The output will look like below:

Updating device with serial number DMPTT57WHP50...
Device ID is 11341
Device Name will be FW-JOSH
Device AuthName will be josh.levitsky@filewave.com
Updating device with serial number F9FYD15YLMX0...
Device ID is 349
Device Name will be JOSHPAD
Device AuthName will be josh@joshie.com
Updating the Model to reflect changes.
Process Complete!


