SetByInstanceID method of the MSFT_NetAdapter class

Sets the basic network adapter properties.

Syntax

uint32 SetByInstanceID(
  [in]   string InterfaceDescription[],
  [in]   string MacAddress,
  [in]   uint16 VlanID,
  [out]  string CmdletOutput[]
);

Parameters

  • InterfaceDescription [in]
    TBD

  • MacAddress [in]
    TBD

  • VlanID [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_NetAdapter