Most folks that use linux and the CLI are well aware of grep, but most dont know that you can get "grep like" functionality by using FIND in the windows command line.
Here is an example of an nslookup using find
nslookup -a |find "ESTABLISHED"
Most folks that use linux and the CLI are well aware of grep, but most dont know that you can get "grep like" functionality by using FIND in the windows command line.
Here is an example of an nslookup using find
nslookup -a |find "ESTABLISHED"