Scripting Challenge Submission 2015
ASSIGNED TASK
Starting with an address provided in CIDR notation (192.168.1.0/25), write a PowerShell script or script cmdlet to scan all available hosts on the nework, returning the hostname belonging to all servers running Windows Server 2012.
ADDITIONAL PARAMETERS
# You are administrator and all remote access capabilities are wide open for your use
# All servers are running 2012R2.
# Do not use DNS to recover the hostnames
# Pay attention to minimizing the duration of the script's run time.