mirror of
https://github.com/Xevion/powershell.git
synced 2025-12-16 02:12:36 -06:00
CheckExcludedPorts PowerShell script
This commit is contained in:
13
content/scripts/excluded-ports.md
Normal file
13
content/scripts/excluded-ports.md
Normal file
@@ -0,0 +1,13 @@
|
||||
+++
|
||||
title = "Check Excluded Port Ranges"
|
||||
summary = "Check if a specific port is in an excluded port range with this simple script."
|
||||
date = 2022-08-26
|
||||
+++
|
||||
|
||||
This script was built during an internship (and properly requested) to check excluded port ranges.
|
||||
|
||||
Raw file available at {{% absolute_url "./scripts/CheckExcludedPorts.ps1" %}}
|
||||
|
||||
```powershell
|
||||
{{% file "/scripts/CheckExcludedPorts.ps1" %}}
|
||||
```
|
||||
Reference in New Issue
Block a user