Uncategorized

Logout via ARD

The following AppleScript (via osascript) can logout of a system running OS X:

tell application "System Events" to log out

alias maclogout="osascript -e 'tell application "System Events" to log out'"