If you use a splat or *nix version you can get a list with the following command.
Code:
printf "localhost\n-t services -pf\n-q\n" | queryDB_util | awk '/Object Name/ {host=$3} /include_in_any/ {print host, ":"$2}' | tee Any_Service.log This line is from the great book
Essential Checkpoint Firewall 1
ISBN 0-321-18061-5
Author: Dameon D. Welch-Abernathy