Hello,
Thank you for posting in Q&A forum.
Yes, when you create a team using 'EnableEmbeddedTeaming', you will create a Switch Embedded Team (SET). For SET configuration, you do not need to create LACP on the switch ports. SET uses switch-independent bonding mode and dynamic load distribution by default, which does not require any special configuration on the physical switch.
PowerShell Command to Create Switch:
New-VMSwitch -Name "SET Team" -NetAdapterName "NIC 1" -EnableEmbeddedTeaming $true
I hope the information above is helpful.
Best regards
Zunhui
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.