Difference between revisions of "Powershell Network Commands"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Get-Netipaddress | Get-Netipaddress | ||
Get-netadapterstatistics | Get-netadapterstatistics | ||
Get-DnsClientserveraddress | Get-DnsClientserveraddress | ||
Set-DnsClientserveraddress | Set-DnsClientserveraddress | ||
Get-netfirewallrule | Get-netfirewallrule | ||
Test-NetConnection | Test-NetConnection | ||
Test-NetConnection -port 80 | Test-NetConnection -port 80 | ||
Test-NetConnection outwater.com -TraceRoute | Test-NetConnection outwater.com -TraceRoute | ||
Resolve-DnsName www.outwater.com | |||
==[[Main_Page| Home]] - [[PowerShell|Category]]== | ==[[Main_Page| Home]] - [[PowerShell|Category]]== |