About 3,010,000 results
Open links in new tab
  1. PowerShell Get Hostname from IP: A Quick Guide

    Unlock the power of PowerShell as we guide you through the steps to easily powershell get hostname from ip. Simplify your networking tasks today.

  2. Get Hostname from IP Address in PowerShell - Java2Blog

    May 28, 2023 · To retrieve the hostname from the given IP address in PowerShell, use the Resolve-DnsName cmdlet with -Type and PTR parameters.

  3. PowerShell - get only hostname from IP address - Microsoft Q&A

    Jan 12, 2023 · Learn about how to get host names and FQDN name of Azure HDInsight cluster nodes. How to query for resources in Azure and format the results. The following C# and Visual Basic …

  4. powershell - Is there a way to get a hostname from an IP address ...

    Jul 21, 2017 · I tried using the Get-CimInstance command but do use it via IP address, the target machine (in this case the entire network) would need to be in the Trusted Hosts list.

  5. Powershell - Translate IP address to hostname

    Learn how to use Powershell to translate a list of IP addresses to the DNS hostname on a computer running Windows in 5 minutes or less.

  6. How to Get the IP Address Using PowerShell? - SharePoint Diary

    Sep 17, 2025 · Learn how to use PowerShell to get IP addresses and host names in this easy-to-follow article. Perfect for Windows systems administration!

  7. How to Get the Computer Name with PowerShell — LazyAdmin

    Aug 27, 2024 · Another method to get the computer name based on the IP Address is to use the Resolve-DnsName cmdlet. This command will query the DNS server to resolve the IP Address of the …

  8. How to Resolve IP Address From Hostname With PowerShell

    Feb 2, 2024 · This tutorial will teach you to resolve IP address from hostname with PowerShell.

  9. Resolve IP to Name with Powershell - PoshDB.com

    Powershell Script Function to Resolve Ip to Name. here’s a function you can use to view the hostname belongs to IP , you can use it by input 1 or multiple IP’s –. ResolveIPtoName -IP 8.8.8.8,8.8.4.4.

  10. PowerShell: Finding host name from IP address

    In tech support, resolving IP addresses to host names can be something you do on a relatively frequent basis. While I’ve always used the CLI ping command with the -a option, I have also been working …