Server Object

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

Server Properties
Property Type/Access
(R) - read-only; (W) - write-only; (RW) - read/write.
Comments
Name String (R) Returns the name of the server.
Comment String (R) Returns a comment describing the server.
MaxPasswordAge Long (R) Returns, in seconds, the maximum allowable password age. A value of -1 indicates that the password never expires. 
MinPasswordAge Long (R) Specifies, 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 Long (R) Specifies the minimum allowable password length. 
ForceLogoff Long (R) 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. 
VersionMajor Integer (R) Specifies the major release version number of the operating system.
VersionMinor Integer (R) Indicates the minor release version number of the operating system.
Type Long (R) 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.
IsWindows Boolean (R) True if Windows 95 or later.
IsNT Boolean (R) True if Windows NT (either Workstation or Server).
IsPDC Boolean (R) True if this is a Primary domain controller.
IsBDC Boolean (R) True if this is a Backup domain controller.
IsNTServer Boolean (R) True if this is a Windows NT non-DC server.
IsSQLServer Boolean (R) True if this is a server running with Microsoft SQL Server.
IsWorkstation Boolean (R) True for all LAN Manager workstations.
IsServer Boolean (R) True for all LAN Manager servers.
IsTimeSource Boolean (R) True if this is a server running the Timesource service.
IsAFP Boolean (R) True if this is an Apple File Protocol server.
IsNovell Boolean (R) True if this is a Novell server.
IsDomainMember Boolean (R) True if this is a LAN Manager 2.x Domain Member.
IsLocalListOnly Boolean (R) True if this is a server maintained by the browser.
IsPrint Boolean (R) True if this is a server sharing print queue.
IsDialin Boolean (R) True if this is a server running dial-in service.
IsXenix Boolean (R) True if this is a Xenix server.
IsMFPN Boolean (R) True if this server runs Microsoft File and Print for Netware.
IsWFW Boolean (R) True if this is a server running Windows for Workgroups.
IsPotentialBrowser Boolean (R) True if this server that can run the Browser service.
IsBackupBrowser Boolean (R) True if this server is running a Browser service as backup.
IsMasterBrowser Boolean (R) True if this is a server running the master Browser service.
IsDomainMasterBrowser Boolean (R) True if this is a server running the domain master Browser.
IsDomainEnum Boolean (R) True if this is a primary domain.

The Server object does not have any methods.