Solutions for Macintosh Environments

Apple Remote Desktop



Product Image Item Name-
ARD - Unix Task: Find Users

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"
Seize The ARD v3.0

Seize The ARD v3.0

Seize The ARD allows you to share Apple Remote Desktop preferences with other users, reducing the amount of time configuring a users ARD settings. Preferences such as computers, scripts, scanners, smart lists, and so on can be configured on one machine and shared out to other users running Apple Remote Desktop. This also provides the ability to manage what is available to other users. Great for multiple labs and staff that want to use the same exact settings and views and allows the administrator to centralize the management of the Remote Desktop and what computers are accessible in lists. This is great for environments where you may want to standardize your Remote Desktop settings, for example, Unix Tasks or Group lists. From a single computer you are able to make these changes.