Users Guide
CIM Interface WinRM WMIC PowerShell
Enumerate instances of a
class
winrm e wmi/root/
cimv2/dcim/
dcim_account
wmic /namespace:\
\root\cimv2\dcim
PATH dcim_account
Get-WmiObject
dcim_account -
namespace root/
cimv2/dcim
Get a specific instance of a
class
winrm g wmi/root/
cimv2/dcim/
DCIM_Account?
CreationClassName=DC
IM_Account
+Name=iDRAC.Embedded
.1#Users.2+SystemCre
ationClassName=DCIM_
SPComputerSystem
+SystemName=systemmc
wmic /namespace:\
\root\cimv2\dcim
PATH dcim_account
where
Name="iDRAC.Embedded
.1#Users.16"
Get-WmiObject -
Namespace root
\cimv2\dcim -Class
dcim_account -
filter
"Name='iDRAC.Embedde
d.1#Users.16'"
Get associated instances of
an instance
winrm e wmi/root/
cimv2/dcim/* -
dialect:association
-filter:
{object=DCIM_Account
?
CreationClassName=DC
IM_Account
+Name=iDRAC.Embedded
.1#Users.1+SystemCre
ationClassName=DCIM_
SPComputerSystem
+SystemName=systemmc
}
wmic /namespace:\
\root\cimv2\dcim
PATH dcim_account
where
Name='iDRAC.Embedded
.1#Users.2' ASSOC
Get-Wmiobject -
Query "ASSOCIATORS
OF
{DCIM_Account.Creati
onClassName='DCIM_Ac
count',Name='iDRAC.E
mbedded.1#Users.2',S
ystemCreationClassNa
me='DCIM_SPComputerS
ystem',SystemName='s
ystemmc'}" -
namespace root/
cimv2/dcim
Get references of an instance
winrm e wmi/root/
cimv2/dcim/* -
dialect:association
–associations -
filter:
{object=DCIM_Account
?
CreationClassName=DC
IM_Account
+Name=iDRAC.Embedded
.1#Users.1+SystemCre
ationClassName=DCIM_
SPComputerSystem
+SystemName=systemmc
}
Not applicable
Get-Wmiobject -
Query "REFERENCES
OF
{DCIM_Account.Creati
onClassName='DCIM_Ac
count',Name='iDRAC.E
mbedded.1#Users.2',S
ystemCreationClassNa
me='DCIM_SPComputerS
ystem',SystemName='s
ystemmc'}" -
namespace root/
cimv2/dcim
Co-existence of OpenManage Server Administrator and
iDRAC Service Module
In a system, both OpenManage Server Administrator and the iDRAC Service Module can co-exist and continue to function correctly and
independently.
If you have enabled the monitoring features during the iDRAC Service Module installation, then after the installation is complete if the
iDRAC Service Module detects the presence of OpenManage Server Administrator, it disables the set of monitoring features that overlap.
If OpenManage Server Administrator is running, the iDRAC Service Module disables the overlapping monitoring features after logging to
the OS and iDRAC.
When you re-enable these monitoring features through the iDRAC interfaces at a later time, the same checks are performed and the
features are enabled depending on whether OpenManage Server Administrator is running or not.
240
Using iDRAC Service Module