Server Object

Overview

The Server object encapsulates various properties of a server or workstation within a domain. It can be obtained via the UserManager.Servers collection.

Member List

Properties


Comment As String (Read-only)
Returns a comment describing the server.

ForceLogoff As Long (Read-only)
Specifies, in seconds, the amount of time between the end of the valid logon time and the time when the user is forced to log off the network. A value of -1 indicates that the user is never forced to log off. A value of zero indicates that the user will be forced to log off immediately when the valid logon time expires.

IsAFP As Boolean (Read-only)
True if this is an Apple File Protocol server.

IsBackupBrowser As Boolean (Read-only)
True if this server is running a Browser service as backup.

IsBDC As Boolean (Read-only)
True if this is a Backup domain controller.

IsDialin As Boolean (Read-only)
True if this is a server running dial-in service.

IsDomainEnum As Boolean (Read-only)
True if this is a primary domain.

IsDomainMasterBrowser As Boolean (Read-only)
True if this is a server running the domain master Browser.

IsDomainMember As Boolean (Read-only)
True if this is a LAN Manager 2.x Domain Member.

IsLocalListOnly As Boolean (Read-only)
True if this is a server maintained by the browser.

IsMasterBrowser As Boolean (Read-only)
True if this is a server running the master Browser service.

IsMFPN As Boolean (Read-only)
True if this server runs Microsoft File and Print for Netware.

IsNovell As Boolean (Read-only)
True if this is a Novell server.

IsNT As Boolean (Read-only)
True if this is Windows NT (either a Workstation or Server).

IsNTServer As Boolean (Read-only)
True if this is a Windows NT non-DC server.

IsPotentialBrowser As Boolean (Read-only)
True if this server that can run the Browser service.

IsPrint As Boolean (Read-only)
True if this is a server sharing print queue.

IsPDC As Boolean (Read-only)
True if this is a Primary domain controller.

IsServer As Boolean (Read-only)
True for all LAN Manager servers.

IsSQLServer As Boolean (Read-only)
True if this is a server running with Microsoft SQL Server.

IsTimeSource As Boolean (Read-only)
True if this is a server running the Timesource service.

IsWindows As Boolean (Read-only)
True if Windows 95 or later.

IsWorkstation As Boolean (Read-only)
True for all LAN Manager workstations.

IsWFW As Boolean (Read-only)
True if this is a server running Windows for Workgroups.

IsWFW As Boolean (Read-only)
True if this is a server running Windows for Workgroups.

IsXenix As Boolean (Read-only)
True if this is a Xenix server.

Name As Boolean (Read-only)
Returns the name of the server.

MaxPasswordAge As Long (Read-only)
Returns, in seconds, the maximum allowable password age. A value of -1 indicates that the password never expires.

MinPasswordAge As Long (Read-only)
Returns, in seconds, the minimum elapsed time between when the password was last changed and when it can be changed again. A value of zero indicates that no delay is required between password updates.

MinPasswordLength As Long (Read-only)
Returns the minimum allowable password length.

Type As Long (Read-only)
Describes the type of software the computer is running. The property is a combination of flags. Use the properties described below to check individual flags.

VersionMajor As Long (Read-only)
Specifies the major release version number of the operating system.

VersionMinor As Long (Read-only)
Indicates the minor release version number of the operating system.

Methods

This object has no methods.