Windows NT/2000 ADSI Scripting for System Administration
IADsComputer
IADsComputer::ADsPath
| Description | Returns the distinguished name of the bound object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsComputer::Class
| Description | Returns the object class definition of the bound object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsComputer::ComputerID
| Description | Returns the GUID used to identify the bound computer |
| Provider Support | Not supported in WinNT provider |
| Data Type | String |
| Read-Only? | Yes |
IADsComputer::Department
| Description | Retrieves/manipulates the associated department for the bound computer object |
| Provider Support | Not supported in WinNT provider |
| Data Type | String |
| Read-Only? | No |
IADsComputer::Description
| Description | Free-text description of the bound computer object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | No |
IADsComputer::Division
| Description | Free-text field to describe the division associated with the bound computer object |
| Provider Support | Not supported in WinNT provider |
| Data Type | String |
| Read-Only? | No |
IADsComputer::Get
| Description | Retrieves a value from a namespace by name |
| Provider Support | WinNT |
| Syntax | Get(Name As String) |
| Data Type | Variant |
IADsComputer::GetEx
| Description | Retrieves a single value from a multi-valued attribute |
| Provider Support | WinNT |
| Syntax | GetEx(Name As String) |
| Data Type | Variant |
IADsComputer::GetInfo
| Description | Loads all property values into the cache |
| Provider Support | WinNT |
| Syntax | GetInfo() |
| Data Type | None |
IADsComputer::GetInfoEx
| Description | Loads specific properties into the cache |
| Provider Support | WinNT |
| Syntax | GetInfoEx(Properties As Variant, Reserved As Long) |
| Data Type | None |
IADsComputer::GUID
| Description | Returns the GUID of the bound object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsComputer::Location
| Description | Free-text field used to associate a physical location with the bound computer object |
| Provider Support | Not supported in WinNT provider |
| Data Type | String |
| Read-Only? | No |
IADsComputer::MemorySize
| Description | Describes the RAM installed on a system |
| Provider Support | Not supported in WinNT provider |
| Data Type | String |
| Read-Only? | No |
IADsComputer::Model
| Description | Describes the make and model of the bound computer object |
| Provider Support | Not supported in WinNT provider |
| Data Type | String |
| Read-Only? | No |
IADsComputer::Name
| Description | Returns the relative name of the bound object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsComputer::NetAddresses
| Description | Describes binding information for the computer object |
| Provider Support | Not supported in WinNT provider |
| Data Type | Variant |
| Read-Only? | No |
IADsComputer::OperatingSystem
| Description | Describes the operating system in use on the bound computer object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | No |
IADsComputer::OperatingSystemVersion
| Description | Describes the version of the operating system used on the bound computer object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | No |
IADsComputer::Owner
| Description | Describes the licensed user of the bound computer object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | No |
IADsComputer::Parent
| Description | Returns the ADsPath of the parent object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsComputer::PrimaryUser
| Description | Describes the primary user of the bound computer object |
| Provider Support | Not supported in WinNT provider |
| Data Type | String |
| Read-Only? | No |
IADsComputer::Processor
| Description | Describes the type of processor used on the bound computer object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | No |
IADsComputer::ProcessorCount
| Description | Describes the HAL in use on the bound computer object or the number of processors installed for non-Windows NT/2000 machines |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | No |
IADsComputer::Put
| Description | Allows population of a single attribute by name |
| Provider Support | WinNT |
| Syntax | Put(Name As String, Property As Variant) |
| Data Type | None |
IADsComputer::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 |
IADsComputer::Role
| Description | Describes the role of the computer (workstation/server) |
| Provider Support | Not supported in WinNT provider |
| Data Type | String |
| Read-Only? | No |
IADsComputer::Schema
| Description | Returns the ADsPath to the schema class object for the bound object |
| Provider Support | WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsComputer::SetInfo
| Description | Writes the current properties held in the cache to the directory |
| Provider Support | WinNT |
| Syntax | SetInfo() |
| Data Type | None |
IADsComputer::Site
| Description | Returns the GUID for the site associated with the bound computer object |
| Provider Support | Not supported in WinNT provider |
| Data Type | String |
| Read-Only? | Yes |
IADsComputer::StorageCapacity
| Description | Describes the disk space in MB for the bound computer object |
| Provider Support | Not supported in WinNT provider |
| Data Type | String |
| Read-Only? | No |
| Top |