Disable method of the MSFT_NetDnsTransitionConfiguration class

Turns DNS 64 off.

Syntax

uint32 Disable(
  [in]  boolean                            PassThru,
  [out] MSFT_NetDnsTransitionConfiguration OutputObject
);

Parameters

PassThru [in]

Specifies whether the method should output the MSFT_NetDnsTransitionConfiguration object that results from turning DNS64 off in the OutputObject parameter.

OutputObject [out]

Receives the MSFT_NetDnsTransitionConfiguration object that results from turning DNS64 off.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\StandardCimv2
MOF
NetTtCim.mof
DLL
NetTtCim.dll

See also

MSFT_NetDnsTransitionConfiguration