title: Network Examples in Powershell tags: windows net powershell ```powershell Get-NetIPAddress | where-object { $_.AddressFamily -eq 'IPv4'} | ForEach-Object IPAddress ```