N
N
Nik2021-11-03 14:06:09
PowerShell
Nik, 2021-11-03 14:06:09

Why is it Internal by default when creating a timing interface?

Hello.
In general, the situation is this, when creating a vmswitch in the console, I
do the powershell according to the following instructions
https://www.veeam.com/blog/hyperv-set-management-u...
But I have the following conclusion.
New-VMSwitch -Name "SET-Team" -NetAdapterName "em1" -EnableEmbeddedTeaming $true
Name SwitchType NetAdapterInterfaceDescription
---- ---------- -------------- ----------------
SET-Team Internal Team Interface
???
And changing this parameter does not give through -switchtype
What to do?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Morrowind, 2021-11-03
@hekkaaa

I'm not entirely sure. because there is no place to check such creation of a virtual switch. But if you believe the documentation , there is a possibility that this type is set only during creation and is not changed after.

New-VMSwitch -name InternalSwitch -SwitchType Internal

In the manual that you threw, it is apparently set by default in some way, or this nuance is omitted. You most likely need to do this explicitly when entering the New-VMSwitch cmdlet -> add the -SwitchType Internal parameter

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question