User Tools

Site Tools


windows:cli_tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
windows:cli_tools [2021/07/09 11:53] – created bstaffordwindows:cli_tools [2023/05/26 10:32] (current) bstafford
Line 7: Line 7:
 <code>findstr /I</code> <code>findstr /I</code>
 <code>ipconfig /all | findstr /I dns</code> <code>ipconfig /all | findstr /I dns</code>
 +
 +===== Show Firewall Status =====
 +<code>netsh advfirewall show currentprofile</code>
 +
 +===== Test Network Connection =====
 +(PowerShell)
 +
 +===== Show Disk =====
 +Gather information about local drives
 +<code>cmd.exe /C "wmic path win32_logicaldisk get caption,filesystem,freespace,size,volumename"</code>
 +<code>test-netconnection -port 389 172.16.0.1</code>
windows/cli_tools.1625831629.txt.gz · Last modified: (external edit)