Windows NT/2000 ADSI Scripting for System Administration
IADsDomain
IADsDomain::ADsPath
| Description | Returns the distinguished name of the bound object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsDomain::AutoUnlockInterval
| Description | Establishes the minimum amount of time that must elapse before an account lockout condition is automatically reset |
| Provider Support | WinNT |
| Data Type | Long |
| Read-Only? | No |
IADsDomain::Class
| Description | Returns the object class definition of the bound object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsDomain::Get
| Description | Retrieves a value from a namespace by name |
| Provider Support | WinNT |
| Syntax | Get(Name As String) |
| Data Type | Variant |
IADsDomain::GetEx
| Description | Retrieves a single value from a multi-valued attribute |
| Provider Support | WinNT |
| Syntax | GetEx(Name As String) |
| Data Type | Variant |
IADsDomain::GetInfo
| Description | Loads all property values into the cache |
| Provider Support | WinNT |
| Syntax | GetInfo() |
| Data Type | None |
IADsDomain::GetInfoEx
| Description | Loads specific properties into the cache |
| Provider Support | WinNT |
| Syntax | GetInfoEx(Properties As Variant, Reserved As Long) |
| Data Type | None |
IADsDomain::GUID
| Description | Returns the GUID of the bound object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsDomain::IsWorkgroup
| Description | Returns a Boolean value representing whether the bound object is part of a workgroup |
| Provider Support | Not supported in WinNT provider |
| Data Type | Boolean |
| Read-Only? | Yes |
IADsDomain::LockoutObservationInterval
| Description | Establishes the amount of time in which a user 's bad password attempts will increment the bad login counter |
| Provider Support | WinNT |
| Data Type | Long |
| Read-Only? | No |
IADsDomain::MaxBadPasswordsAllowed
| Description | Establishes the number of bad password attempts before an account is locked out |
| Provider Support | WinNT |
| Data Type | Long |
| Read-Only? | No |
IADsDomain::MaxPasswordAge
| Description | Determines the time interval for which a user may retain a password |
| Provider Support | WinNT |
| Data Type | Long |
| Read-Only? | No |
IADsDomain::MinPasswordAge
| Description | Determines the minimum amount of time a user must retail a password |
| Provider Support | WinNT |
| Data Type | Long |
| Read-Only? | No |
IADsDomain::MinPasswordLength
| Description | Establishes the minimum length a user may use for his or her password |
| Provider Support | WinNT |
| Data Type | Long |
| Read-Only? | No |
IADsDomain::Name
| Description | Returns the relative name of the bound object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsDomain::Parent
| Description | Returns the ADsPath of the parent object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsDomain::PasswordAttributes
| Description | Establishes password restrictions |
| Provider Support | Not supported in WinNT provider |
| Data Type | Long |
| Read-Only? | No |
IADsDomain::PasswordHistoryLength
| Description | Determines the number of passwords that will be retained to prevent reuse of a previously used password |
| Provider Support | WinNT |
| Data Type | Long |
| Read-Only? | No |
IADsDomain::Put
| Description | Allows population of a single attribute by name |
| Provider Support | WinNT |
| Syntax | Put(Name As String, Property As Variant) |
| Data Type | None |
IADsDomain::PutEx
| Description | Allows population of a multi-valued property by name |
| Provider Support | WinNT |
| Syntax | PutEx(ControlCode As Long, Name As String, Property As Variant) |
| Data Type | None |
IADsDomain::Schema
| Description | Returns the ADsPath to the schema class object for the bound object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsDomain::SetInfo
| Description | Writes the current properties held in the cache to the directory |
| Provider Support | WinNT |
| Syntax | SetInfo() |
| Data Type | None |
| Top |