mirror of
https://github.com/PurpleComputing/mdmscripts.git
synced 2026-06-10 20:20:32 +01:00
Update README.md
This commit is contained in:
@@ -78,8 +78,8 @@ The -JAMF version does a 'jamf recon' to update the portal - This will fail on n
|
||||
## computer-rename.sh [JAMF ONLY]
|
||||
#### Renames a computer based on the JAMF user and MAC address
|
||||
This script will rename a computer based on the JAMF user and MAC Address, it will need 3 Variables to be passed through
|
||||
###### Variable 4. A JAMF user with API permissions
|
||||
###### Variable 5. The password for the account in Variable 4
|
||||
###### Variable 6. The JAMF Host URL
|
||||
* Variable 4. A JAMF user with API permissions
|
||||
* Variable 5. The password for the account in Variable 4
|
||||
* Variable 6. The JAMF Host URL
|
||||
##### Command to execute:
|
||||
`sudo curl -o /tmp/computer-rename.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/computer-rename.sh && sudo chmod +x /tmp/computer-rename.sh && sudo /tmp/computer-rename.sh`
|
||||
|
||||
Reference in New Issue
Block a user