Defines user instance permissions. The values correspond to the values for the InstancePermissions property in the Configuration Manager 2007 security SMS_UserInstancePermissions Server WMI Class. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As UserInstancePermissions

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration UserInstancePermissions
C#
[FlagsAttribute] 
public enum UserInstancePermissions
C++
[FlagsAttribute] 
public enum class UserInstancePermissions
J#
/** @attribute FlagsAttribute() */ 
public enum UserInstancePermissions
JScript
FlagsAttribute 
public enum UserInstancePermissions

Members

Member name Description
Administer See the ADMINISTER value for InstancePermissions in SMS_UserInstancePermissions Server WMI Class.
Advertise See the ADVERTISE value for InstancePermissions in SMS_UserInstancePermissions Server WMI Class.
Create See the CREATE value for InstancePermissions in SMS_UserInstancePermissions Server WMI Class.
CreateChild Not used.
CreateMediaCertificate See the CREATETSMEDIA value for InstancePermissions in SMS_UserInstancePermissions Server WMI Class.
Delegate See the DELEGATE value for InstancePermissions in SMS_UserInstancePermissions Server WMI Class.
Delete See the DELETE value for InstancePermissions in SMS_UserInstancePermissions Server WMI Class.
DeleteResource See the DELETE_RESOURCE value for InstancePermissions in SMS_UserInstancePermissions Server WMI Class.
Distribute See the DISTRIBUTE value for InstancePermissions in SMS_UserInstancePermissions Server WMI Class.
ImportMachineEntry See the IMPORTMACHINE value for InstancePermissions in SMS_UserInstancePermissions Server WMI Class.
ManageFolder See the MANAGEFOLDER value for InstancePermissions in SMS_UserInstancePermissions Server WMI Class.
ManageSqlCommand See the MANAGESQLCOMMAND value for InstancePermissions in SMS_UserInstancePermissions Server WMI Class.
ManageStatusFilter See the MANAGESTATUSFILTER value for InstancePermissions in SMS_UserInstancePermissions Server WMI Class.
Meter See the METER value for InstancePermissions in SMS_UserInstancePermissions Server WMI Class.
Modify See the MODIFY value for InstancePermissions in SMS_UserInstancePermissions Server WMI Class.
ModifyCollectionSetting See the MODIFYCOLLECTIONSETTING value for InstancePermissions in SMS_UserInstancePermissions Server WMI Class.
ModifyResource See the MODIFY_RESOURCE value for InstancePermissions in SMS_UserInstancePermissions Server WMI Class.
NetworkAccess See the NETWORKACCESS value for InstancePermissions in SMS_UserInstancePermissions Server WMI Class.
Read See the READ value for InstancePermissions in SMS_UserInstancePermissions Server WMI Class.
ReadResource See the READ_RESOURCE value for InstancePermissions in SMS_UserInstancePermissions Server WMI Class.
RecoverUserState See the RECOVERUSERSTATE value for InstancePermissions in SMS_UserInstancePermissions Server WMI Class.
RemoteControl See the REMOTE_CONTROL value for InstancePermissions in SMS_UserInstancePermissions Server WMI Class.
ViewCollFile See the VIEW_COLL_FILE value for InstancePermissions in SMS_UserInstancePermissions Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also