Update TESTURL.md

This commit is contained in:
colin 2024-08-27 11:13:53 -04:00
parent f9319e6ce6
commit 37296c2e7c
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ This PowerShell script performs comprehensive network tests for a specified URL,
3. **Run the Script with a URL Argument**: Use the following command to run the script, replacing `example.com` with the target URL you wish to test:
```powershell
Unblock-File TestUrl.ps1
.\TestUrl.ps1 -url "example.com"
```