Share via


NetLogonWorkstation

NetLogonWorkstation indicates the criteria that are used by the domain controller for domain logon restrictions from computers running Windows 2000 Professional. If NetLogonWorkstation is set to a value of 0, logon restrictions are based on domain and the Windows 2000 Professional client information. If NetLogonWorkstation is set to a value of 1, logon restrictions are based on the client's IP address. And if NetLogonWorkstation is set to a value of 2, logon restrictions are based on the client's DNS name.

Attribute Name Attribute Value
XML Data Type DWORD
WMI Data Type
SINT32
ADSI Data Type DWORD
ABO Data Type DWORD
ABO Metabase identifier
MD_NET_LOGON_WKS
Attributes INHERIT
Default Value 0
MetaFlagsEx CACHE_PROPERTY_MODIFIED
User Type IIS_MD_UT_SERVER
StartingNumber Not applicable
EndingNumber 0
ID 2065

Configurable Locations

You can configure this property at the following locations in the IIS metabase.

Values

Constant Value Description
MD_NETLOGON_WKS_NONE 0x00000000 Windows 2000 Professional restrictions only.
MD_NETLOGON_WKS_IP 0x00000001 Restrictions based on IP address.
MD_NETLOGON_WKS_DNS 0x00000002 Restrictions based on DNS host name.

Code Example

For general code examples, please see Code Examples to Configure Metabase Properties