Tuesday, February 10, 2009

dell wmi open manage omci

[PDF] Dell OpenManage Client Instrumentation this doc contains example scripts


The namespace for access to the Dell OMCI classes is “root\DellOMCI”.

OMCI provides information in the above mentioned namespace through a number of classes in the namespace. For detailed information on the properties in the classes, refer to the OMCI Reference Guide available at www.dell.com/openmanage/.

Deploying a BIOS Update to Dell Systems

exerpt

Dell_Configuration – This class defines properties used for setting parameters in the Dell System Management BIOS. Dell_SMBIOSSettings – This class defines properties used for setting parameters in the DellSystem Management BIOS.

Dell_RemoteFlashBIOSSettings – This class defines settings for Dell Remote BIOS updates.



set an asset tag in the Dell BIOS

a = (gwmi -namespace "root/Dellomci" Dell_SystemSummary)$a.AssetTag = "MyTag123"$a.put()


The samples along with some sample output are at:
ListNameSpaces.vbs
ListClasses.vbs
ListMethods.vbs
ListProperties.vbs
DumpWmiObjectInfo.vbs


No comments: