Microsoft KB Archive/260937

From BetaArchive Wiki
Knowledge Base


Some WMI Properties and Methods Are Not Published in the Directory Service Schema

Article ID: 260937

Article Last Modified on 2/28/2007



APPLIES TO

  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Professional Edition



This article was previously published under Q260937

SYMPTOMS

In Windows Management Instrumentation (WMI), the following properties and methods are not listed:

Schema as defined:

[Read: ToSubClass,

Description ( "The FullDNSRegistrationEnabled property specifies whether the IP addresses for this connection are registered "
"in DNS under the computer's full DNS name. The full DNS name of the computer "
"is displayed on the Network Identification tab of the System Control Panel. "
"Windows 2000 only."
): ToSubClass ]
boolean FullDNSRegistrationEnabled ;

[Read: ToSubClass,
Description ( "The DomainDNSRegistrationEnabled property specifies whether the IP addresses for this connection are registered "
"in DNS under the domain name of this connection, in addition to registering "
"under the computer's full DNS name. The domain name of this connection is "
"either set via the method SetDNSDomain() or assigned by DHCP. The registered "
"name is the host name of the computer with the domain name appended. "
"Windows 2000 only."

): ToSubClass ]
boolean DomainDNSRegistrationEnabled ;

[Read: ToSubClass,
Description("The IPConnectionMetric indicates the cost of using the configured "
"routes for this IP bound adapter and is the weighted value for those routes "
"in the IP routing table. If there are multiple routes to a destination "
"in the IP routing table, the route with the lowest metric is used. "
"The default value is 1."
"Windows 2000 only."
): ToSubClass ]

uint32 IPConnectionMetric;

[read: ToSubClass,
Description ("The TcpipNetbiosOptions property specifies a bitmap "
"of the possible settings related to NetBIOS over TCP/IP. "
"Windows 2000 only."): ToSubClass,

BitValues { "EnableNetbiosViaDhcp",
"EnableNetbios",
"DisableNetbios"
}: ToSubClass

]
uint32 TcpipNetbiosOptions ;

[Implemented: ToSubClass,
Description ("The SetDynamicDNSRegistration method is used to indicate "
"dynamic DNS registration of IP addresses for this IP bound adapter. "
"The method returns 0 on success, and any other number to indicate an error."
"Windows 2000 only."): ToSubClass]
uint32 SetDynamicDNSRegistration (

[In: ToSubClass,
Description ( "The FullDNSRegistrationEnabled parameter specifies whether the IP addresses for this connection are registered "
"in DNS under the computer's full DNS name. The full DNS name of the computer "
"is displayed on the Network Identification tab of the System Control Panel. "

"Windows 2000 only."
): ToSubClass ]
boolean FullDNSRegistrationEnabled,

[In: ToSubClass, Optional: ToSubClass,
Description ( "The DomainDNSRegistrationEnabled parameter specifies whether the IP addresses for this connection are registered "
"in DNS under the domain name of this connection, in addition to registering "
"under the computer's full DNS name. The domain name of this connection is "
"either set via the method SetDNSDomain() or assigned by DHCP. The registered "
"name is the host name of the computer with the domain name appended. "
"This parameter has meaning only when FullDNSRegistrationEnabled is enabled. "
"Default: FALSE. Windows 2000 only."
): ToSubClass ]
boolean DomainDNSRegistrationEnabled

); // end SetDynamicDNSRegistration method
[Implemented: ToSubClass,
Description ("The SetIPConnectionMetric method is used to set the routing metric "
"associated with this IP bound adapter. The method returns 0 on success, "
" and any other number to indicate an error."
"Windows 2000 only."): ToSubClass]
uint32 SetIPConnectionMetric (

[In: ToSubClass,
Description("The IPConnectionMetric parameter assigns an value "
"ranging from 1 to 9999, and indicates the cost of using the configured "
"routes for this IP bound adapter and is the weighted value for those routes "
"in the IP routing table. If there are multiple routes to a destination "
"in the IP routing table, the route with the lowest metric is used. "

"The default value is 1. Windows 2000 only."
): ToSubClass ]
uint32 IPConnectionMetric

); // end SetIPConnectionMetric method

[Implemented: ToSubClass,
Description ("The SetTcpipNetbios method is used to set the default "
"operation of NetBIOS over TCP/IP. Windows 2000 only. " ): ToSubClass

]
uint32 SetTcpipNetbios (
[In: ToSubClass,
Description ("The TcpipNetbiosOptions parameter specifies a bitmap "
"of the possible settings related to NetBIOS over TCP/IP."
): ToSubClass,
BitValues { "EnableNetbiosViaDhcp",
"EnableNetbios",
"DisableNetbios"

}: ToSubClass
]
uint32 TcpipNetbiosOptions

); // end SetTcpipNetbios method


RESOLUTION

To resolve this problem, obtain the latest service pack for Windows 2000. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

260910 How to Obtain the Latest Windows 2000 Service Pack


STATUS

Microsoft has confirmed that this is a problem in Microsoft Windows 2000.

This problem was first corrected in Windows 2000 Service Pack 1.

Keywords: kbbug kbfix kbqfe kbwin2000sp1fix KB260937