PowerShell
Ðожно одной командой в PowerShell ÑобÑаÑÑ Ð¿Ð¾ÑÑи веÑÑ ÑеÑевой ÑÑек Windows
ipconfig /all;Get-NetIPConfiguration;Get-NetAdapter;Get-DnsClientServerAddress;Get-NetRoute;Get-NetTCPConnection;netsh interface ipv4 show config;netsh wlan show interfaces;netsh winhttp show proxy;arp -a;route print
еÑли нÑжно макÑималÑно полнÑй дамп ÑеÑи Windows в одном вÑводе
ipconfig /all;systeminfo;Get-NetIPConfiguration | Format-List *;Get-NetAdapter | Format-List *;Get-DnsClientServerAddress;Get-NetRoute;Get-NetTCPConnection;netsh interface ipv4 show interfaces;netsh interface ipv4 show config;netsh interface ipv6 show config;netsh wlan show interfaces;netsh wlan show profiles;netsh winhttp show proxy;arp -a;route print;netstat -ano
ÑÑо вÑÑаÑиÑ
ð§ инÑеÑÑейÑÑ
ð§ IP DNS ÑлÑзÑ
ð§ маÑÑÑÑÑÑ
ð§ ARP ÑаблиÑÑ
ð§ акÑивнÑе ÑоединениÑ
ð§ wifi паÑамеÑÑÑ
ð§ пÑокÑи
ð§ PID пÑоÑеÑÑов Ñ Ñоединений
ð§ MTU инÑеÑÑейÑов



