# Search for strings
cd C:\
dir /s *string*
## From PowerShell
cmd /c dir /s *string*
# Search for filetype
dir /s *.txt
cd C:\Users
get-childitem *\*\*
# From cmd.exe
findstr /s string * 2>nul
# Capture
# Convert to PCAP
Get-DNSServerZone
Get-DNSServerZoneResourceRecord -ZoneName <name>