How to Enable PING in Windows Server 2022

Опубликовано: 25 Август 2022
на канале: ZineTek
11,684
53

PING is a powerful tool for testing whether a server or any device on the network is up and running. By default, Windows Server 2022 blocks ping requests until you explicitly allow them through the server's firewall.
In this video, I'll show you how to enable the ping on the Windows server GUI and core editions.

Here is the PowerShell command to enable the ping on the Windows server core edition:
Set-NetFirewallrule -DisplayName "File and Printer Sharing (Echo Request - ICMPv4-In)" -enabled True

❤️ Subscribe to learn more stuff like this:    / @zinetek6007  

🧋Buy me a Coffee:
Did you find this video helpful? Fantastic! If you'd like to show your support, consider buying me a coffee. This will help me create more videos like this in the future.
https://www.buymeacoffee.com/zinou

🔥 My Courses:
https://zinetek.newzenler.com/courses

📕 My Blog:
https://zinetek.com/

💻 Work with me:
https://www.fiverr.com/zineeddineb

✅ Let’s connect:

LinkedIn – Zine Eddine Bendjaballah
  / zine-eddine-bendjaballah-ab3544ba  

Facebook - https://fb.me/zinetek

Twitter – @ZineDZ25

00:00 Introduction
00:30 Enable the ping on the firewall
03:49 test the ping
04:30 Enable ping on Windows Core Server