Follow up from JAMF event in Cupertino 4/1/14 Ascript that removes machines from the JSS.
There was a request for a copy of an script that removes machines from the JSS. This script will also erase/formate the drive, watch out : ) #!/bin/csh set UUID=`diskutil cs info disk0s2|grep LVG |awk '{ print $4; }'` echo "$UUID" diskutil cs delete ... View more
- 1265 Views
- 9 replies
- 0 kudos