Comments on: How to Check Public IP Address Using Command Line In Windows 10/Windows 11 https://www.itechtics.com/how-to-check-public-ip-address-using-command-line-in-windows-10/ Making Technology Accessible Thu, 06 Jul 2023 11:09:23 +0000 hourly 1 https://wordpress.org/?v=6.4.1 By: timeless.tavern https://www.itechtics.com/how-to-check-public-ip-address-using-command-line-in-windows-10/#comment-410135 Thu, 06 Jul 2023 11:09:23 +0000 https://www.itechtics.com/?p=35746#comment-410135 Public IP can be found via CMD by “curl ifconfig.me”

Have a wonderful day!

]]>
By: John Machacek https://www.itechtics.com/how-to-check-public-ip-address-using-command-line-in-windows-10/#comment-385524 Fri, 10 Feb 2023 00:07:51 +0000 https://www.itechtics.com/?p=35746#comment-385524 In reply to Larry.

This is gold, thank you Larry!

]]>
By: Larry https://www.itechtics.com/how-to-check-public-ip-address-using-command-line-in-windows-10/#comment-303015 Wed, 13 Oct 2021 01:35:02 +0000 https://www.itechtics.com/?p=35746#comment-303015 From Windows 10, Linux, or OSX command line:

curl ifconfig.me

curl ifconfig.me/all

curl ifconfig.me/all.json

]]>
By: Alan https://www.itechtics.com/how-to-check-public-ip-address-using-command-line-in-windows-10/#comment-237060 Wed, 13 Jan 2021 00:25:48 +0000 https://www.itechtics.com/?p=35746#comment-237060 Thank you, Usman. This was very helpful in a recent on-call pinch I was in.

-Alan

]]>
By: John Veldhuis https://www.itechtics.com/how-to-check-public-ip-address-using-command-line-in-windows-10/#comment-165827 Fri, 12 Jun 2020 11:12:03 +0000 https://www.itechtics.com/?p=35746#comment-165827 In some cases it is necessary to use
(Invoke-WebRequest -UseBasicParsing ifconfig.me/ip).Content.Trim()

]]>
By: Win10Geek https://www.itechtics.com/how-to-check-public-ip-address-using-command-line-in-windows-10/#comment-84370 Thu, 29 Aug 2019 14:55:37 +0000 https://www.itechtics.com/?p=35746#comment-84370 If you want to check and log public IP address changes on your computer, you can use Public IP Logger. I’m using Public IP Logger and loving the tool :)
https://github.com/ingram1987/Public-IP-Logger

]]>