+1 for cocoadialog. Applescript can be very particular with permissions.
Try dropping the sudo (recurring check-in and self service will run the
scripts at an elevated level anyways).
We're on the home stretch of converting all of our machines. dpertschi
is correct. Uninstalling Centrify will leave the existing user folder
with an invalid UUID for ownership. You'll have to change the ownership
back to the proper user after the mac...
@calumhunter You may be able to get some additional insight by setting
the open directory log settings to debug (odutil set log debug) and then
attempting to bind. Output is written to /var/log/opendirectoryd.log. To
my knowledge, there's no way to '...
If all the non boot drives have the same name, e.g. 'Media Volume', it
should be pretty simple: #!/bin/bash#Extension attribute for disk usage
in %USAGE=df -h /Volumes/Media Volume | awk '{print $8}'| grep -v iused
|tr -d '%'echo "$USAGE" If the non ...