Reset method of the MSFT_NCSIPolicyConfiguration class

Resets the NCSI configuration.

Syntax

uint32 Reset(
  [in]  boolean                         CorporateDNSProbeHostAddress,
  [in]  boolean                         CorporateDNSProbeHostName,
  [in]  boolean CorporateSitePrefixList In,
  [in]  boolean                         DomainLocationDeterminationURL,
  [in]  boolean                         PassThru,
  [out] MSFT_NCSIPolicyConfiguration    OutputObject
);

Parameters

CorporateDNSProbeHostAddress [in]

Specifies whether to reset the CorporateDNSProbeHostAddress of the MSFT_NCSIPolicyConfiguration object.

CorporateDNSProbeHostName [in]

Specifies whether to reset the CorporateDNSProbeHostName of the MSFT_NCSIPolicyConfiguration object.

In [in]

Specifies whether to reset the CorporateSitePrefixList of the MSFT_NCSIPolicyConfiguration object.

DomainLocationDeterminationURL [in]

Specifies whether to reset the DomainLocationDeterminationURL of the MSFT_NCSIPolicyConfiguration object.

PassThru [in]

Specifies whether the method should output an object that represents the reset NCSI configuration in the OutputObject parameter.

OutputObject [out]

Receives the reset MSFT_NCSIPolicyConfiguration object.

Requirements

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

See also

MSFT_NCSIPolicyConfiguration