Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 336 Bytes

File metadata and controls

10 lines (6 loc) · 336 Bytes

PowerShell-Port-Scanner

PowerShell Port Scanner Script

Make sure to run as administrator and unrestrict the execution policy before you test the script by:

PS c:\Set-ExecutionPolicy -ExecutionPolicy Unrestricted

And you can return back to the restricted policy afterwards by:

PS c:\Set-ExecutionPolicy -ExecutionPolicy Restricted