[This is preliminary documentation and subject to change]
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
| 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. |
| Attribute Name | Attribute Value |
| Data Type | DWORD |
| Attributes | INHERIT |
| Default Value | 0 |
| MetaFlagsEx | CACHE_PROPERTY_MODIFIED |
| User Type | IIS_MD_UT_SERVER |
| StartingNumber | |
| EndingNumber | 0 |
| ID | 2065 |
This property is accessible at the following locations:
| Metabase Path | IIS Admin Object Type |
| /LM/W3SVC/2 | IIsWebServer |
| /LM/W3SVC/Info/Templates/Public Web Site | IIsWebServer |
| /LM/W3SVC/Info/Templates/Secure Web Site | IIsWebServer |
| /LM/W3SVC | IIsWebService |
The following table lists additional information required only for code that uses the IIS Admin Base Object.
| Metabase identifier | MD_NET_LOGON_WKS |
| Data type | DWORD |
| User type | IIS_MD_UT_SERVER |