Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

powershell cmds

https://www.thomasmaurer.ch/2016/02/basic-networking-powershell-cmdlets-cheatsheet-
to-replace-netsh-ipconfig-nslookup-and-more/
https://blog.ittoby.com/2015/04/powershell-networking-cheat-sheet.html
https://www.infoworld.com/article/3126427/microsoft-windows/go-pro-the-power-users-
guide-to-powershell.html
https://www.techrepublic.com/blog/10-things/10-powershell-commands-every-windows-
admin-should-know/
https://technet.microsoft.com/en-us/library/ff714569.aspx

gcm *ipaddress*
lists out commands

Get-NetIpAddress
lists out all IPs

Get-NetIPAddress -InterfaceAlias "Wi-Fi"| Format-Table


list out only IPs associated with WiFi

Get-Process
list all process
Example:
Get-Process -ProcessName "chrome"
lists all chrome processes

get-dnsclientcache
ipconfig /displaydns
ipconfig /flushdns

get-command
list all cmdlets

get-date
get-history

You might also like