Assignment 3.1 - Zacham17/my-tech-journal GitHub Wiki

Assignment 3.1: PowerShell and DNS

DNS Resolver PowerShell Script

  • I wrote a PowerShell script that uses the Resolve-DnsName command to collect a list of hosts and their hostnames, using the cyber.local DNS server.
  • The PowerShell script that I wrote can be found here

DNS Resolution Notes

Resources

The following are resources that I used to help me complete this assignment.