(
"Profile Name: " &
(
string "_name" of it
)
& " | Description: " &
(
string "spconfigprofile_description" of it
)
& " | Organization: " &
(
if
(
exists string "spconfigprofile_organization" whose
(
it != ""
)
of it
)
then
(
string "spconfigprofile_organization" of it
)
ELSE "N/A"
)
& " | Identifier: " &
(
string "spconfigprofile_profile_identifier" of it
)
& " | Install Date: " &
(
string "spconfigprofile_install_date" of it
)
& " | Removal Prohibited?: " &
(
string "spconfigprofile_RemovalDisallowed" of it
)
)
of
(
dictionaries of values of arrays of values of entries of dictionaries of values of arrays of values of entries of dictionaries of values of arrays of files "/Library/Application Support/BigFix/BES Agent/__BESData/__Global/__ConfigProfiles"
)
("Profile Name: " & (string "_name" of it) & " | Description: " & (string "spconfigprofile_description" of it) & " | Organization: " & (if (exists string "spconfigprofile_organization" whose (it != "") of it) then (string "spconfigprofile_organization" of it) ELSE "N/A") & " | Identifier: " & (string "spconfigprofile_profile_identifier" of it) & " | Install Date: " & (string "spconfigprofile_install_date" of it) & " | Removal Prohibited?: " & (string "spconfigprofile_RemovalDisallowed" of it)) of (dictionaries of values of arrays of values of entries of dictionaries of values of arrays of values of entries of dictionaries of values of arrays of files "/Library/Application Support/BigFix/BES Agent/__BESData/__Global/__ConfigProfiles")