Skip to content

Scripting Challenge Submission 2015: 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

Notifications You must be signed in to change notification settings

justin-brazil/IP-Subnet-Scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IP-Subnet-Scan

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.

About

Scripting Challenge Submission 2015: 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published