Scan a range of Addresses and get back all alive host along side other statistics
powershell Ping-AddressRange <ip_address [string]> <interface (Wi-Fi | Ethernet | ...) [string]>
powershell Ping-AddressRange 192.168.1.3-45 Wi-Fi
None
Install-Module -Name ping_scan -RequiredVersion 0.2.1
then
import-module -Path ${env:ProgramFiles(x86)}\WindowsPowerShell\Modules\ping_scan\<version>\ping_scan.psm1
where 'version' is the version you installed