IIsAdminACL (WMI)

This class holds read-only properties that correspond to an Access Control List (ACL) that grants or denies specific users and groups permission to access the object.

CIM_LogicalElement (WMI)

Methods

The IIsAdminACL object has no methods.

Properties

The IIsAdminACL object defines the following properties, in addition to those inherited from CIM_LogicalElement (WMI).

Property

Data type

Description

ControlFlags

SINT32

The ControlFlags property contains an integer representing the level of access that Group has to the instance of this class. For example, for IIsAdminACL.Name="W3SVC", the ControlFlags property typically contains 32775 which represents full control for the BUILTIN\Administrators group.

Group

String

The Group property contains the name of the security account whose permissions are being set in the instance of this class.

Name

String

The Name property defines the label by which the object is known. When subclassed, the Name property can be overridden to be a Key property.

Owner

String

The Owner property contains the name of the security account that owns the configuration of this IIS admin object. For example, Owner is typically set to "BUILTIN\Administrators".

Requirements

Server: Requires or Windows Server 2003.

Product: IIS

See Also