Ethernet Products
Determine ramifications of Intel® Ethernet products and technologies
4865 Discussions

Configure Intel NIC's with PowerShell

BRaja1
Beginner
1,815 Views

HI,

With the latest drivers v18.7 for i350 you can now configure adapter settings with PowerShell.

Can anyone please guide me on how to configure settings for SR-IOV and VMQ with PowerShell?

Where can I find documentation and examples commands?

Kind regards,

Bhavesh

0 Kudos
1 Solution
BRaja1
Beginner
875 Views

OK found the answer!

Thought could not find it in any documentation but with in PowerShell I got a few example commands:

Get-Help Set-IntelNetAdapterSetting -Examples

And I happily changed the VMQ settings on all adapters :-)

PS D:\> $VMQ = Get-IntelNetAdapterSetting –DisplayName "VM Queues"

PS D:\> $VMQ | Set-IntelNetAdapterSetting -DisplayValue "6"

Name DisplayName DisplayValueRegistryKeyword ---- ----------- --------------------------- Intel(R) Gigabit 4P I350-t rNDC VM Queues 6 VMQueues Intel(R) Gigabit 4P I350-t rNDC # 2 VM Queues 6 VMQueues Intel(R) Gigabit 4P I350-t rNDC # 4 VM Queues 6 VMQueues Intel(R) Gigabit 4P I350-t rNDC # 3 VM Queues 6 VMQueues

Awesome! Thank you for adding PowerShell support!

View solution in original post

0 Kudos
1 Reply
BRaja1
Beginner
876 Views

OK found the answer!

Thought could not find it in any documentation but with in PowerShell I got a few example commands:

Get-Help Set-IntelNetAdapterSetting -Examples

And I happily changed the VMQ settings on all adapters :-)

PS D:\> $VMQ = Get-IntelNetAdapterSetting –DisplayName "VM Queues"

PS D:\> $VMQ | Set-IntelNetAdapterSetting -DisplayValue "6"

Name DisplayName DisplayValueRegistryKeyword ---- ----------- --------------------------- Intel(R) Gigabit 4P I350-t rNDC VM Queues 6 VMQueues Intel(R) Gigabit 4P I350-t rNDC # 2 VM Queues 6 VMQueues Intel(R) Gigabit 4P I350-t rNDC # 4 VM Queues 6 VMQueues Intel(R) Gigabit 4P I350-t rNDC # 3 VM Queues 6 VMQueues

Awesome! Thank you for adding PowerShell support!

0 Kudos
Reply