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
| # ========================================================== | |
| # Parallel Feed / URL Validator (PowerShell 7+) | |
| # Robust + LIVE console output (ACTUALLY streaming) | |
| # ========================================================== | |
| [CmdletBinding()] | |
| param( | |
| [string]$Path, | |
| [int]$ThrottleLimit = 12, | |
| [int]$MaxRetries = 2, |