NewByInstanceID method of the MSFT_NetAdapterAdvancedPropertySettingData class

Creates a new registry key for the network adapter.

Syntax

uint32 NewByInstanceID(
  [in]   string InterfaceDescription[],
  [in]   string RegistryKeyword,
  [in]   string RegistryValue[],
  [in]   string RegistryDataType,
  [out]  string cmdletOutput[]
);

Parameters

  • InterfaceDescription [in]
    TBD

  • RegistryKeyword [in]
    TBD

  • RegistryValue [in]
    TBD

  • RegistryDataType [in]
    TBD

  • cmdletOutput [out]
    TBD

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

\root\StandardCimv2

MOF

NetAdapterCim.mof

DLL

NetAdapterCim.dll

See also

MSFT_NetAdapterAdvancedPropertySettingData