Rename method of the MSFT_NetLbfoTeam class

Renames a team.

Syntax

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

Parameters

Name [in]

Specifies the name of the team that you want to rename.

NewName [in]

Specifies the new name for the team.

CmdletOutput [out]

Receives a MSFT_NetLbfoTeam object that represents the renamed team.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\StandardCimv2
Header
Corecrt_io.h
MOF
MsNetImPlatform.mof
DLL
NdisIMPlatCim.dll

See also

MSFT_NetLbfoTeam