White Papers

113 Lifecycle Controller Integration Best Practices Guide
Script: GetSystemEventLogs.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) GetSystemEventLogs(): ENUMERATE the DCIM_SELRecordLog class to view all instances. See section 2.2 for a
definition of ENUMERATE.
The instance information of all available SELRecordLog will be returned
15.7 List System Event Record Log Capabilities
Use the following procedure below to list the inventory of all SELRecordLogCapabilities instances in the system.
Applies to: LC1.5.0+
Prerequisites for script: none
Script: GetSystemEventLogCapabilities.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) GetSystemEventLogCapabilities(): ENUMERATE the DCIM_SELRecordLogCapabilities class to view all
instances. See section 2.2 for a definition of ENUMERATE .
The instance information of all available SELRecordLogCapabilities will be returned
15.8 List System Event Log Entries
Use the following procedure below to list the inventory of all SELLogEntry instances in the system.
Applies to: LC1.5.0+
Prerequisites for script: none
Script: GetSystemEventLogEntries.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) GetSystemEventLogEntries(): ENUMERATE the DCIM_SELLogEntry class to view all instances. See section 2.2
for a definition of ENUMERATE .
The instance information of all available SELLogEntry will be returned.