Horje
powershell ping Code Example
powershell ping
$ping = New-Object System.Net.Networkinformation.Ping
1..10 | % {$ping.send("192.168.1.$_") } | Where-Object Status -eq "Success" | Select-Object -Property "Address" | Select -Expand Address | Out-File -FilePath "$home\Desktop\IPaddresses2.txt"
Source: bp.veeam.com




Shell

Related
keep command running after closing ssh Code Example keep command running after closing ssh Code Example
wsl linux compress siez Code Example wsl linux compress siez Code Example
cast audio to google home mini from pc linux Code Example cast audio to google home mini from pc linux Code Example
count specific number in array powershell Code Example count specific number in array powershell Code Example
Install R & RStudio on Ubuntu 20.04/19.04/18.04/16.04 ByJosphat Mutai- Code Example Install R & RStudio on Ubuntu 20.04/19.04/18.04/16.04 ByJosphat Mutai- Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10