RenameByInputObject method of the MSFT_NetAdapter class

Renames a network adapter.

Syntax

uint32 RenameByInputObject(
  [in]   string InputObject,
  [in]   string NewName,
  [out]  string CmdletOutput[]
);

Parameters

  • InputObject [in]
    TBD

  • NewName [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