powershell cmds
[Link]
to-replace-netsh-ipconfig-nslookup-and-more/
[Link]
[Link]
[Link]
[Link]
admin-should-know/
[Link]
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