This topic has not yet been rated - Rate this topic

Node Class

.NET Framework 3.5

Provides the abstract base class for all MMC-related node types. It encapsulates common functionality such as associated display text, node type qualification, and a mechanism to expose the actions that are associated with the node.

Namespace:  Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
public abstract class Node
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Setting NameSpace Security - Internet Filtering
We use this on our <a href="http://www.comvigo.com">Internet Filtering</a> Applications and periphery infrastructure, here is some good information:

Paraphrasing from this website:

http://support.microsoft.com/kb/295292



To Set WMI Namespace Security

  1. ClickStart, clickRun, typewmimgmt.msc, and then clickOK.
  2. Right-clickWMI Control, and then clickProperties.
  3. On theSecuritytab, clickSecurityto see the following allowable permissions:
    Enable: To grant read access to objects within the namespace.
    Execute Methods: Allows object methods exported from the CIM Object Manager to be run.
    Full Control: To grant full read/write/delete access to all CIM objects, classes, and instances.
    Partial Write: To grant write access to static objects in the repository.
    Provider Write: To grant write access to objects that are provided by the provider.
    Read Security: To grant read-only access to WMI security information.
    Edit Security: To grant read/write access to WMI security information.
    Remote Access: To grant a remote computer the same rights that are allowed when connecting from a local computer.
  4. Set the inheritance on the namespace:
    1. ClickAdvanced, click the specified user for whom you wish to edit the access control list, and then clickEdit.
    2. Choose the permissions that you want to grant or deny, and then underApply Onto, you see the following options:
      This namespace only
      This namespace and subnamespaces
      Subnamespaces only