This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # server connection information | |
| URL="https://talkingmoose.jamfcloud.com" | |
| userName="api-editor" | |
| password="P@55w0rd" | |
| command="EnableRemoteDesktop" # or "DisableRemoteDesktop" | |
| # XML data to upload | |
| THExml="<computer_command> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ######################################################################## | |
| # Author: Calum Hunter # | |
| # Date: 21/12/2016 # | |
| # Version: 0.7 # | |
| # Purpose: Fusion Drive Detection and general HD formatting before # | |
| # imaging tasks. # | |
| # # | |
| ######################################################################## |