Difference between revisions of "Powershell Network Commands"

From rbachwiki
Jump to navigation Jump to search
 
Line 12: Line 12:
  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]]==

Latest revision as of 18:33, 17 October 2024

Get-Netipaddress
Get-netadapterstatistics
Get-DnsClientserveraddress
Set-DnsClientserveraddress
Get-netfirewallrule
Test-NetConnection
Test-NetConnection -port 80
Test-NetConnection outwater.com -TraceRoute
Resolve-DnsName www.outwater.com

Home - Category