Cannot add team member / trunk port

Computer: Windows 11 22H2 with March 2023 updates (22621.1413)
Product: Connect-X 5 (P/N 0F7V1F)
Driver: 3.20.25915.0
Firmware: 16.35.1012

Problem: cannot add a member to team - CLI tool complains about missing parameter

Question:

Documentation for WinOFv2 3.20 (https://docs.nvidia.com/networking/display/winof2v320/Ethernet+Network#EthernetNetwork-TeamingandVLAN)
says that one can set single VLAN ID only.

Is it still applicable?
That documentation says „WinOF-2 v2.30 supports configuring only a single VLAN to a team interface“ - it explicitly says v2.30 but documentation is for WinOFv2 3.2.

Can be a trunk port configured on ConnectX-5 on Windows client at all?
Trunk port = multiple VLAN IDs on single port (or teamed device).

Problem solved by using CMD.exe instead of Powershell.

Question(s) is still waiting for response…

Correct cmd is,

add adapter to the team use:
mlx5muxtool attach team {} [primary] [SetTeamMacAddress]

eg,

mlx5muxtool.exe attach team MyTeam {90F5F52D-4384-4263-BD12-4588CA5CE80A} primary

add adapter to the team use:
mlx5muxtool attach team {} [primary] [SetTeamMacAddress]

eg,

mlx5muxtool.exe attach team MyTeam {90F5F52D-4384-4263-BD12-4588CA5CE80A} primary

Why are you citing documentation with no added value in your post?

From my screenshot it is apparent that I followed syntax and semantics exactly, only problem was Powershell which probably was expanding/evaluating string in {}.

Regarding the trunk port or multiple VLANs on interface, seems that only feasible way is to create team via mlx5muxtool and assign VLANs to it via Hyper-V switch on client Windows SKUs.