I've had reasonably good results with this
variation:#!/bin/zshscreens=$(/usr/sbin/system_profiler
SPDisplaysDataType -xml | awk -F'>|<' '/_name/{getline; print $3}' | sed
'/^$/d')pixels=$(/usr/sbin/system_profiler SPDisplaysDataType -xml | awk
-F'>|...
@bcbackes There is a built-in Microsoft maintained schema for MAU and
their other apps. In JPS 10.26 it's under the External Applications
subsection of the Application & Custom Settings profile payload. The
source is Repository, then choose your desi...
There are some differences in how our environments are setup in relation
to the LDAP settings, but my guess is your User ID attribute is mapped
to uSNCreated, which is what the official documentation currently
recommends. Around the time of the 10.20...