Day: February 12, 2014
PowerShell: How to use SSH.NET Library for Cisco on Windows 7
As a network engineer, Expect script is handy on linux environment. Since working on Windows environment with limited power to install 3rd party software. Microsoft…
PowerShell: Searching text string on files.
1. Looking for string "janice" and create an output file as "output.txt" dir C:\MyFolder I *.txt -R | Select-String -Pattern janice > C:\MyFolder\output.txt…
Recent Comments