Article ID: 202256 - Last Review: October 27, 2006 - Revision: 3.2 SMS: Referencing Package, Collection, and Job IDs to Their NamesThis article was previously published under Q202256 SUMMARY
Status messages and log files refer to objects such as Collections, Packages, and Advertisements their IDs (for example, SMS00024). The Administrator Console only displays the names for these objects. This article describes the methods you can use to trace the object ID to the object name.
MORE INFORMATION
All of the object IDs are exposed in the Windows Management Instrumentation (WMI) class, so you can query on them directly or create queries to generate a cross-reference listing.
To create these types of queries, create a new query and give it an appropriate name and comments:
mmc.exe /sms:NodeInfo=1 installationpath\sms.msc
This adds an extra property page (tab) to every property sheet called Node Information. The Node Information property page displays the underlying WMI (WBEM) class with all its properties and instance information, which is useful for debugging. The object ID is found in the Store Name section on this page.
For additional information about node information, click the article number below
to view the article in the Microsoft Knowledge Base:
216242
(http://support.microsoft.com/kb/216242/EN-US/
)
SMS: Troubleshooting Information Exposed in the Administrator Console
REFERENCES
For additional information on WMI classes and objects, please refer to the following Microsoft System Management Server documentation:
| Article Translations
|
Back to the top
