We are seeing some computers reporting the wrong Operating System Version:
Inventory > Operating System > Operating System Version
...compared to:
$ defaults read /System/Library/CoreServices/SystemVersion ProductVersion
and
$ sw_vers | grep ProductVersion | awk '{print $2}'
Example:
Operating System Version = 10.10
sw_vers = 10.10.5
ProductVersion = 10.10.5
Wassup with that? Anyone seeing this?
Don
