3

In the Windows Management Instrumentation (WMI) Scripting API, constant names start with "Wbem", and object names start with "SWbem". What do these abbreviations stand for?

kol
  • 27,881
  • 12
  • 83
  • 120

1 Answers1

4

Web-Based Enterprise Management and I believe the S means Scripting...

Some other terms:

  • WMI=Windows Management Instrumentation
  • CIM=Common Information Model
  • DMTF=Distributed Management Task Force
Anders
  • 97,548
  • 12
  • 110
  • 164