Enable Wireless in Windows Server 2016
With two methods you can enable Wireless in Windows Server. First by GUI using server manager and install it through Windows features. It’s really easy for all. But the command line is a sysadmin daily Windows Server configuration and maintenance tools. Then enable Wireless using the command line in Windows Server 2016.
Note: You can apply this article on all version of Windows Server 2008 to Windows Server 2016. I haven’t tested on Server Core, it must work well.
1. While you are login as admin on your Windows Server, run PowerShell and enable wireless. Type “Get-WindowsFeature” *Wireless* to show the Wireless LAN Service.
2. The Wireless LAN Service is not installed yet. So in order to install it, type “Install-WindowsFeature -Name Wireless-Networking” command.
3. The task complete successfully and system needs to be restart. Type “Restart-Computer” command to restart the server.
4. After restarting the system, try to enable Wireless Service from Windows local services. Let’s do it with command. Type Net start “WlanSvc“. This net start command will start Wireless service.
5. Now connect the Windows server 2016 to the internet through a wireless network.
'OS > Windows' 카테고리의 다른 글
리눅스 에서 zip 파일 압축하기/압축풀기 (0) | 2018.09.18 |
---|---|
Windows에서 JavaScript를 활성화하는 방법 (0) | 2018.08.19 |
[서버 TIP] 윈도우 서버 암호 정책 변경방법 (암호가 암호 정책 요구 사항에 맞지 않습니다) (0) | 2018.08.19 |
Windows Server 2008 R2 암호 정책 요구 (0) | 2018.06.13 |
키시각화 프로그램 (0) | 2018.05.11 |