How-to Video: Create VLANs in Windows® 10 Using PowerShell*
This video is a quick tutorial about creating VLANs using PowerShell commands in Windows® 10.
Note | These instructions won't work in Windows* Server 2016 and Windows Server 2019. Use Server Manager to create teams and VLANs. Instructions here |
List of commands used in this video:
Import-Module -Name 'C:\Program Files\Intel\Wired Networking\IntelNetCmdlets\IntelNetCmdlets'
Get-IntelNetAdapter
Add-IntelNetVLAN
Add-IntelNetVLAN -ParentName "<device name>" -VLANID "101"
Get-Help Add-IntelNetVLAN
Related topic |
Intel® PROSet for Windows PowerShell* software |