Reset method of the MSFT_NetAdapterAdvancedPropertySettingData class

Resets the advanced property of a network adapter to its factory default value.

Syntax

HRESULT Reset(
  [out] string CmdletOutput
);

Parameters

CmdletOutput [out]

On return, contains an embedded instance of the MSFT_NetAdapterAdvancedPropertySettingData class.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Namespace
Root\StandardCimv2
MOF
NetAdapterCim.mof
DLL
NetAdapterCim.dll

See also

MSFT_NetAdapterAdvancedPropertySettingData