Questions tagged [common-information-model]

The Windows Management Instrumentation (WMI) API and Standards Based Linux Instrumentation for Manageability (SBLIM) protocols are well known examples of operating system's CIM implementations.


This tag wiki incorporates material from the Common Information Model article on Wikipedia.

1 questions
1
vote
1 answer

New-CimSession Auto Downgrade to DCOM / WMI

One of the benefits of CIM is the "fan out" ability; e.g. running the following causes sessions to be created against all servers in parallel, rather than sequentially: $myServers = 1..10 | %{'MyServer{0:00}.mydomain.example.com' -f $_} $cimSessions…
JohnLBevan
  • 22,735
  • 13
  • 96
  • 178