Here’s a crude way of doing it: this session relevance lists out all the download links in all your subscribed bes sites, and appending the action ID, Fixlet ID, Fixlet Name, and site. It doesn’t try to combine identical download links though:
(((item 0 of it, item 1 of it) of (matches (regex "(http://\S+)") of scripts of it, content id of it) of actions whose (script type of it = "application/x-Fixlet-Windows-Shell") of it) , name of it, (id of it as string) , name of site of it) of fixlets of bes sites
Example Results from BES Support:
( http://software.bigfix.com/download/bes/util/BESClientDiagnostics-3.0.2.32.exe, Action3 ), TROUBLESHOOTING: Run BES Client Diagnostics, 353, BES Support
( http://software.bigfix.com/download/bes/util/SiteDataReader-9.0.649.0.exe, Action3 ), TROUBLESHOOTING: Run BES Client Diagnostics, 353, BES Support
( http://software.bigfix.com/download/bes/util/ParseRelaysDotDat.exe, Action3 ), TROUBLESHOOTING: Run BES Client Diagnostics, 353, BES Support
( http://download.microsoft.com/download/c/f/f/cff746cd-f17c-40d8-acf2-50d2200ad28b/owc11.exe, Action1 ), Missing Office Web Components - BES Console - OWC XP/2003, 363, BES Support
( http://download.microsoft.com/download/2/4/1/2412ae8c-2a6c-4f35-a57a-7fec46dc46dc/owc10.exe, Action2 ), Missing Office Web Components - BES Console - OWC XP/2003, 363, BES Support
( http://download.microsoft.com/download/2/4/1/2412ae8c-2a6c-4f35-a57a-7fec46dc46dc/owc10.exe, Action1 ), Missing Office Web Components - BES Console - OWC XP, 364, BES Support
( http://download.microsoft.com/download/8/4/A/84A35BF1-DAFE-4AE8-82AF-AD2AE20B6B14/directx_Jun2010_redist.exe, Action1 ), Missing DirectX - BES Console - DirectX 9.29, 367, BES Support
( http://software.bigfix.com/download/LoggingService/BESClientLoggingServiceSetup-7.1.0.15.exe, Action1 ), Reinstall BES Client Logging Service, 453, BES Support
( http://software.bigfix.com/download/LoggingService/lib/antipest.dll, Action1 ), Reinstall BES Client Logging Service, 453, BES Support
You can put them in an easier to read table with this, which will generate html:
table of concatenation " " of trs of (td of item 0 of item 0 of it & td of item 1 of item 0 of it & td of item 1 of it & td of item 2 of it & td of item 3 of it) of ((((item 0 of it, item 1 of it) of (matches (regex "(http://\S+)") of scripts of it, content id of it) of actions whose (script type of it = "application/x-Fixlet-Windows-Shell") of it) , name of it, (id of it as string) , name of site of it) of fixlets of bes sites)