Skip to content

This script is to help resolve multiple IPs and FQDNs using PowerShell and place the output into a CSV.

Notifications You must be signed in to change notification settings

Aztek1337/addresses_fqdns_resolution_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Address/FQDN Resolution Script

This script is to help resolve multiple IPs and FQDNs using PowerShell and place the output into a CSV. This script works on both IP Addresses and FQDNs.

  • For IP addresses this will resolve host names
  • For FQDNs this will resolve IP addresses

How to run

  • Clone this and cd into the dir.
  • In the file addresses_fqdns.txt, place each address or FQDN into one line, one line per entry.
  • Run the PowerShell script from the terminal example - .\addresses_fqdns_resolution_script.ps1
  • This will make a new Output.csv with the completed output
    • If you run the script again with the Output.csv file in this dir, the script will clean the Output.csv file and replace the contents with the new output

Questions

Please send any questions about this script to aa@aztek.xyz

About

This script is to help resolve multiple IPs and FQDNs using PowerShell and place the output into a CSV.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published