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.
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
System.Object
Microsoft.ManagementConsole.Node
Microsoft.ManagementConsole.ResultNode
Microsoft.ManagementConsole.ScopeNode
Microsoft.ManagementConsole.Node
Microsoft.ManagementConsole.ResultNode
Microsoft.ManagementConsole.ScopeNode
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.
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
Paraphrasing from this website:
http://support.microsoft.com/kb/295292
To Set WMI Namespace Security
- ClickStart, clickRun, typewmimgmt.msc, and then clickOK.
- Right-clickWMI Control, and then clickProperties.
- 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. - Set the inheritance on the namespace:
- ClickAdvanced, click the specified user for whom you wish to edit the access control list, and then clickEdit.
- 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
- 1/9/2010
- Internet Filter Guy