VMware Cloud Community
m_pahlevanzadeh
Enthusiast
Enthusiast

add physical network adapeter

I Add Host for my VDS such as:

Get-VDSwitch -Name $mydvs |Add-VDSwitchVMHost -VMHost $vmHost

Now, I want to assign a uplink to the given Host. How can I do it?

 

Tags (1)
0 Kudos
2 Replies
scott28tt
VMware Employee
VMware Employee

Expect a moderator to move your thread to the area for PowerCLI now I've reported it.

 


-------------------------------------------------------------------------------------------------------------------------------------------------------------

Although I am a VMware employee I contribute to VMware Communities voluntarily (ie. not in any official capacity)
VMware Training & Certification blog
0 Kudos
LucD
Leadership
Leadership

You can use the Add-VDSwitchPhysicalNetworkAdapter cmdlet.

For linking a pNIC to a specific Uplink, you will have to use the API.
See for example Re: Assign vminc to Specific Uplink on VDS - VMware Technology Network VMTN


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

0 Kudos