/Shell-Flusher

A powershell script (.ps1) that allow you to clear your DNS Cache with an interactive Console UI

Primary LanguagePowerShellGNU General Public License v3.0GPL-3.0

Shell-Flusher

What is Shell Flusher ?

Shell Flusher is a PowerShell very simple script that allow you to clear your DNS Cache and copying it in a log file.


IMPORTANT!

The script wont work if your Script Execution Strategy is disabled !

How to enable the Script Execution Strategy :

Start an PowerShell shell as Administrator and type :

Set-ExecutionPolicy Unrestricted

You should see :

Execution Policy Change
The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose you to the security risks described in the about Execution Policies help topic at
http://go.microsoft.com/fwlink/?LinkID=135170. Do you want to change the
execution policy?
[Y] Yes [N] No [S] Suspend [?] Help (default is "y"): y

Type :

y

Now the script can work.


Credits


- W3bParser