Code backup
This commit is contained in:
2026-05-10 16:59:01 +02:00
commit 368d6fafea
796 changed files with 315310 additions and 0 deletions
@@ -0,0 +1,13 @@
$app = 'PS - User Catch'
$ver = 'v 0.0'
Write-Host $app, $ver,"`n Sweep Ip start"
$sweepip = (190..202) | % {
$ip="172.16.82.$_";
Write-output "$IP `t` $(test-connection -computername "$ip" -quiet -count 1) `t` $(Resolve-DnsName $ip -ErrorAction Ignore |select -exp NameHost)`n"
}
#$userquery = query user /server:$pippo
Write-Host $sweepip