White Papers

135 Lifecycle Controller Integration Best Practices Guide
RegisteredVersion = 1.0.0
F) GetCIMRegisteredProfile(): GET the DCIM_RegisteredProfile instance using the InstanceID from D). See Section
2.3 for a definition of GET.
CIM_RegisteredProfile
AdvertiseTypeDescriptions = WS-Identify
AdvertiseTypes = 1
Caption
Description
ElementName
InstanceID = DCIM:PhysicalAssetRegisteredProfile:1
OtherRegisteredOrganization
RegisteredName = Physical Asset
RegisteredOrganization = 2
RegisteredVersion = 1.0.0
24.3 List All CIM Profiles
Use the following procedure below to list all CIM profiles supported on a system.
Applies to: LC1.3.0+
Prerequisites for script: none
Script: GetCIMRegisteredProfiles.win
A) The Lifecycle Controller remote service must be in a “ready” state before running any other WSMAN commands.
The GetRSStatus() method or the GetRemoteServicesAPIStatus() method may be used depending on the version of the
LC Management registered profile.
B) GetCIMRegisteredProfiles(): ENUMERATE the DCIM_RegisteredProfile class to view all registered profiles. See
section 2.2 for a definition of ENUMERATE.