From 87c0cd4081f913b43f5c8ed5f3b39869535a9231 Mon Sep 17 00:00:00 2001 From: jfiliceatcsumb Date: Tue, 25 Mar 2025 19:46:53 -0700 Subject: [PATCH] Update Get-LatestOSSupported.sh Added OS version_string number to output for easier readability and parsing. --- Jamf Pro/Extension Attributes/Get-LatestOSSupported.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jamf Pro/Extension Attributes/Get-LatestOSSupported.sh b/Jamf Pro/Extension Attributes/Get-LatestOSSupported.sh index a818bee..9ac5301 100644 --- a/Jamf Pro/Extension Attributes/Get-LatestOSSupported.sh +++ b/Jamf Pro/Extension Attributes/Get-LatestOSSupported.sh @@ -520,6 +520,6 @@ else model_result="${ram_check_results}${storage_check_results}" fi -echo "${report_result}" +echo "${version_string} ${report_result}" write_to_ea_history "latest_os_supported" "${model_result}" -exit 0 \ No newline at end of file +exit 0