Enable or Disable Network Adapter via PowerShell

Опубликовано: 04 Июль 2017
на канале: Windows Love
6,795
27

In this video, I will show you how to enable or disable network adapter via Windows PowerShell.
Steps to enable/disable network adapter by using PowerShell:
1. Run PowerShell as an Administrator
2. Type the following command: Get-NetAdapter -Name YourNetworkAdapter | Disable-NetAdapter and hit ENTER.
Remember to change 'YourNetworkAdapter' to your network adapter's real name!
3. Now go to Network and Sharing Center → Change adapter settings. Here you will notice that one of your network adapters will be disabled.
4. If you want to enable back your network adapter, then go back to PowerShell (of course elevated)
5. Type or paste this command in order to enable your network adapter: Get-NetAdapter -Name YourNetworkAdapter | Enable-NetAdapter and hit ENTER.
Remember to change 'YourNetworkAdapter' to your network adapter's real name!
6. When you go back again to Network and Sharing Center → Change adapter settings, here you will notice that your network adapter is enabled and that it should work fine.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Following information applies to: Windows 7/8/8.1/10
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hope you liked my video. In case you chase any problems or have some IT related questions then please let me know in the comments or inform me via my emails: [email protected] or [email protected]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you enjoyed my video then please LIKE and SHARE my video with others and also don't forget to SUBSCRIBE for more clever IT and technology tutorials!!!! Cheers ;)


Смотрите видео Enable or Disable Network Adapter via PowerShell онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Windows Love 04 Июль 2017, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 6,795 раз и оно понравилось 27 людям.