Skip to content

Instantly share code, notes, and snippets.

# .SYNOPSIS
# Get-NetIPServerInfo gets the IP configuration of all Computers passed as parameters
# .DESCRIPTION
# Uses Test-Connection to check if the server is powered on and reachable.
# .EXAMPLE
# Get-NetIPServerInfo -Computername server1, server2
#.EXAMPLE