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…

Continue Reading...

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…

Continue Reading...