Rename method of the MSFT_NetAdapter class

Renames a network adapter.

Syntax

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

Parameters

NewName [in]

The new name for the network adapter.

CmdletOutput [out]

An embedded instance of the MSFT_NetAdapter class.

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_NetAdapter