This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#IMPORTANT: RUN IN ADMIN MODE | |
Write-Host "`Press [ENTER] to see all past WiFi networks your device has connected to: " -NoNewLine | |
$Host.UI.ReadLine() | |
Write-Host "`nALL PAST WIFI NETWORKS:`n====================================================`n" | |
$past_wifis = @() | |
#Put all wifi names in a list |