from the help file:
bash-3.2# jamf help uninstall
Usage: jamf uninstall -target <target volume> -id <JSS Package ID> [-fut] [-feu]
-target The target drive to uninstall the package from
-id The ID of the package in the JSS
-fut Remove any files from the package that are in the User Templates
-feu Remove any files from the package that are installed in a user's home directory
So I want to uninstall older versions of office. However, there is no need to do it mass, so I don't want to scope a policy of individual machines. Instead I want to do it via a simple script. What is the JSS ID of a package? I don't see anything where you get the package ID. Anyone?
-Tom