[This is preliminary documentation and subject to change]

NetLogonWorkstation

This property indicates the criteria that will be 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 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.

Bitmask values

ConstantValueDescription
MD_NETLOGON_WKS_NONE0x00000000Windows 2000 Professional restrictions only.
MD_NETLOGON_WKS_IP0x00000001Restrictions based on IP address.
MD_NETLOGON_WKS_DNS0x00000002Restrictions based on DNS host name.


Attribute NameAttribute Value
Data TypeDWORD
AttributesINHERIT
Default Value0
MetaFlagsExCACHE_PROPERTY_MODIFIED
User TypeIIS_MD_UT_SERVER
StartingNumber
EndingNumber0
ID2065

Access Locations

This property is accessible at the following locations:

Metabase PathIIS Admin Object Type
/LM/W3SVC/2IIsWebServer
/LM/W3SVC/Info/Templates/Public Web SiteIIsWebServer
/LM/W3SVC/Info/Templates/Secure Web SiteIIsWebServer
/LM/W3SVCIIsWebService

IIS Admin Base Object Information

The following table lists additional information required only for code that uses the IIS Admin Base Object.

Metabase identifier
MD_NET_LOGON_WKS
Data typeDWORD
User typeIIS_MD_UT_SERVER

© 1997-2001 Microsoft Corporation. All rights reserved.