- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 VMQueuesAwesome! Thank you for adding PowerShell support!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 VMQueuesAwesome! Thank you for adding PowerShell support!
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page