Network Powershell Commands
To flush dns
$ ipconfig /flushdnsTo register new dns
$ ipconfig /registerdnsGet gpo policy of local pc
$ gpresult /r /scope:computerUpdate gpo policy
$ gpupdate /resultNetwork data:
$ Get-NetIPConfigurationList all network adapters
$ Get-NetAdapterGet adapter by name
$ Get-NetAdapter -Name EthernetGet more data on adapter
$ Get-NetAdapter | ft Name, Status, Linkspeed, VlanIDGet network driver
$ Get-NetAdapter | ft Name, DriverName, DriverVersion, DriverInformation, DriverFileName Disable and enable network adapter
Get IP and Dns info
Ping
Better command for ping
Tracert
NSlookup in powershell
Netstat
Remove TWINUI through powershell
Last updated