You work as a senior administrator at ABC.com. The ABC.com network consists of a single
domain named ABC.com. All servers on the ABC.com network have Windows Server 2012
installed.
You are running a training exercise for junior administrators. You are currently discussing what
happens when you run the Remove-NetLbfoTeam Windows PowerShell cmdlet.
Which of the following describes the results of running this cmdlet?
A.
It removes one or more network adapters from a specified NIC team.
B.
It removes a team interface from a NIC team.
C.
It removes a specified NIC team from the host.
D.
It removes a network adapter member from a switch team.
https://technet.microsoft.com/en-us/library/jj130848%28v=wps.630%29.aspx
Below is the respective Powershell cmdlet
A. It removes one or more network adapters from a specified NIC team.
Remove-NetLbfoTeamMember
B. It removes a team interface from a NIC team.
Remove-NetLbfoTeamNic
C. It removes a specified NIC team from the host.
Remove-NetLbfoTeam
D. It removes a network adapter member from a switch team.
– No such Option.