Category filter

Script to fetch a list of apps installed from the App Store on Mac

Generating a list of installed applications helps administrators identify if the user lacks any essential apps or keep track of the apps the user is probably accessing on the device. This bash script will fetch a list of all the apps downloaded from the App Store on the Mac. With Hexnode UEM, you can remotely deploy custom scripts to your enrolled macOS devices using the Execute Custom Script action.

Scripting Language – Bash

File extension – .sh

Disclaimer:


The Sample Scripts provided below are adapted from third-party Open-Source sites.

List App Store apps on Mac

Notes:

  • It is recommended to manually validate the script execution on a system before executing the action in bulk.
  • Hexnode will not be responsible for any damage/loss to the system on the behavior of the script.

  • Sample Script Repository