Solutions for Macintosh Environments

ARD - Unix Task: Find Users

Here is a simple Unix task that, if you select the server(s) it will scan through the Apple File Service logs and find where the user has logged in.

This helps when you know the user who is wanting help, but don't know what computer they are on.

No download, just copy the code below:


cat /Library/Logs/AppleFileService/AppleFileServiceAccess.log | grep -iv 'delete' | grep -iE "ODusername|ADusername|lastname"