¿Puedo por favor obtener ayuda con un script de cumplimiento de Microsoft Intune para macOS?
Si (aplicación) no está instalada, establecer el dispositivo como no compatible.
Este es el script que intenté pero no está funcionando. Quiero subir el script a Intune para que Intune pueda marcar los dispositivos sin Apex instalado como no compatibles.
#!/bin/sh
#Enter the Name of the Application here Apex One (Mac)
Security Agent="/Applications/Apex One (Mac) Security Agent"
echo $Apex One (Mac) Security Agent
#Check if Directory Exist
if [ ! -d $ApplicationName ]; then
echo $ApplicationName "is not installed"
exit
fi
echo $ApplicationName " is installed"