WiFi profile passwords can be obtained in GUI and here is a PowerShell script to find the Wifi passwords. The script was written by harriha and it is extracted from his GitHub page.
Month: April 2014
Excluding particular source from Get-Eventlog is pretty easy, many of you would have found it. All you need […]
Microsoft releases Windows updates and security updates every month of second Tuesday to fix the vulnerable’s and loopholes in the Windows Server Operating system. The requirement is to find the latest Windows security updates installed with hotfix ID and installation date.
SSH using PowerShell is a quiet old topic, but when coming to real-time implementation, there would be few challenges in making the script. SharpSSH a Dot NET library used to connect SSH session via PowerShell and it works excellent for multiple hosts (Linux or Mac).
SSH using PowerShell is a quiet old topic, but when coming to real-time implementation, there would be few […]
Get-Command helps to find commands in PowerShell. The latest version PowerShell 4.0, ships with around 2200 commands depends on […]