I was just reading about the ManagementScope class on MSDN and it said something that confused me.
The example connects to a namespace on a remote computer.
Huh? What is a “namespace on a remote computer”? I thought a namespace was an artificial way to group functionality together. Wikipedia says a namespace is “an abstract container or environment created to hold a logical grouping of unique identifiers or symbols”.
What is MSDN talking about?
The documentation refers to Windows Management Instrumentation (WMI) namespaces. Which groups WMI objects into a hierarchy just like namespaces in the BCL. In WMI security and access to objects are set on namespace level.
From the WMI Glossary – Namespace: