How to manage Windows Optional Features using command line and PowerShell

How to manage Windows Optional Features using command line and PowerShell CHUONG K. NGUYEN – BSc., MCSEx2, MCSAx2, MCP, MCTS, MCITP, CCNA Using Command Line Launch CMD, type: optionalfeatures Press the Windows Key, type CMD, press CTRL+SHIFT+ENTER to launch command prompt in Administrative mode. To list all features, type: dism /online /get-features /format:table | more… Read more How to manage Windows Optional Features using command line and PowerShell

Install Windows Server 2019 Without Desktop Experience

Install Windows Server 2019 Without Desktop Experience CHUONG K. NGUYEN – BSc., MCSEx2, MCSAx2, MCP, MCTS, MCITP, CCNA Insert the installation DVD, press any key to boot the server form the media. Choose language, time format, and keyboard then click Next. Click Install. Choose the Windows Server Edition and click Next. Read, accept the license and… Read more Install Windows Server 2019 Without Desktop Experience

PING COMMAND in Windows

The Ping Command in Windows CHUONG K. NGUYEN – BSc., MCSEx2, MCSAx2, MCP, MCTS, MCITP, CCNA We can use the ping command to check connectivity. For example,: ping 8.8.8.8 The -a option will resolve the IP address into the host name.  For example: C:\Users\User>ping -a 8.8.8.8 Pinging google-public-dns-a.google.com [8.8.8.8] with 32 bytes of data: Reply… Read more PING COMMAND in Windows