I was doing some research/testing on IE7 search providers today and thought up a neat trick for quicker access to some common ConfigMgr reports. See Microsoft Support Article ID 918238 for some of the technical details on IE7 search providers. We strongly recommend the use of GUIDs in the registry for the search providers, but I don't know how to generate GUIDs and not using GUIDs appears to work, although I can't ensure not using a GUID doesn't break something. So as with any registry hack: proceed at your own risk. :)
A few other possibilities:
Information for a specific computerhttp://configmgrsvr/smsreporting_p01/Report.asp?ReportID=1&variable={searchTerms}
Computer Detailshttp://configmgrsvr/smsreporting_p01/MachDetails.asp?Machine={searchTerms}
History - task sequence advertisement P0120000 run on a specific computerhttp://configmgrsvr/smsreporting_p01/Report.asp?ReportID=143&AdvertID=P0120000&ComputerName={searchTerms}(NOTE: this instance is a multiple parameter report, so one of them has to be fixed.)
Disclaimer: The information on this site is provided "AS IS" with no warranties, confers no rights, and is not supported by the authors or Microsoft Corporation. Use of included script samples are subject to the terms specified in the Terms of Use.