How Do I Find my local IP Address using Powershell

Using Powershell and Learning it, explained

J0rt IT - Freelancer

--

Photo by Arnold Francisca on Unsplash

For this one we have the objective clear, find out the IP version 4 from our computer using PowerShell and discard any IP which matches 169 or 1276 at the beginning.

(Get-NetIPAddress | ?{ $_.AddressFamily -eq "IPv4"  -and !($_.IPAddress -match "169") -and !($_.IPadd
ress -match…

--

--

Office365 Ambassador | MCP | Awarded in Experts-Exchange | X/YT/Medium: j0rtIT