Update TESTURL.md
This commit is contained in:
parent
f9319e6ce6
commit
37296c2e7c
|
@ -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:
|
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
|
```powershell
|
||||||
|
Unblock-File TestUrl.ps1
|
||||||
.\TestUrl.ps1 -url "example.com"
|
.\TestUrl.ps1 -url "example.com"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue