Video instructivo: Crear VLAN en Windows® 10 con PowerShell*
Tipo de contenido: Instalación y configuración | ID del artículo: 000056184 | Última revisión: 07/02/2025
Este video es un tutorial rápido sobre la creación de VLAN mediante comandos de PowerShell en Windows® 10.
Nota | Estas instrucciones no funcionarán en Windows* Server 2016 y Windows Server 2019. Utilice el Administrador del servidor para crear equipos y VLAN. Instrucciones aquí |
Lista de comandos utilizados en este video:
Import-Module -Name 'C:\Program Files\Intel\Wired Networking\IntelNetCmdlets\IntelNetCmdlets'
Obtener IntelNetAdapter
Add-IntelNetVLAN
Add-IntelNetVLAN -ParentName "<nombre del dispositivo>" -VLANID "101"
Obtener ayuda Add-IntelNetVLAN