Windows NT/2000 ADSI Scripting for System Administration
AccessControlList
AccessControlList::AceCount
| Description | Defines the number of ACEs in an ACL |
| Provider Support | LDAP |
| Data Type | Long |
| Read-Only? | No |
AccessControlList::AclRevision
| Description | Specifies the ACL revision number |
| Provider Support | LDAP |
| Data Type | Long |
| Read-Only? | No |
AccessControlList::AddAce
| Description | Adds an access control entry object to the ACL |
| Provider Support | LDAP |
| Syntax | AddAce(AccessControlEntry As Object) |
| Data Type | None |
AccessControlList::CopyAccessList
| Description | Copies an ACL to another location |
| Provider Support | LDAP |
| Syntax | CopyAccessList() |
| Data Type | Object |
AccessControlList::RemoveAce
| Description | Removes an access control entry from the ACL |
| Provider Support | LDAP |
| Syntax | RemoveAce(AccessControlEntry As Object) |
| Data Type | None |
| Top |