Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does "Wbem" and "SWbem" mean in the WMI Scripting API?

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?

like image 433
kol Avatar asked Oct 21 '25 15:10

kol


1 Answers

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
like image 142
Anders Avatar answered Oct 23 '25 07:10

Anders