The Scoping Instance of CIM_ComputerSystem for the Base Server profile is an object that represents the managed server. Various hardware and software components of the managed server are represented by CIM objects associated with this Scoping Instance.Base Server Scoping Instance Associated with Profile Registration shows the association between the profile registration instance in the Interop namespace and the Base Server Scoping Instance in the Implementation namespace.The following pseudocode shows how to traverse the association to arrive at the Base Server Scoping Instance. This pseudocode depends on the pseudocode in Making a Connection to the CIMOM.
2 Enumerate instances of CIM_RegisteredProfile.
4 Traverse the CIM_ElementConformsToProfile association to reach the Scoping Instance.