Filter By
Displaying results 1 - 1 of 1 (Page 1 of 1)
By:
|
384 downloads
|
Last Updated: 8/2/2020
|
Latest Version: 2.1.4.39
PowerShell Module that will return the HTTP Status Code of any provided URL without the need for a Try/Catch statement. Example 1 - Return HTTP Status Code of given url: Get-URLStatusCode -Url https://www.google.com/ Example 2 - Switch statement using HTTP Status Code: Switch (Get-URLStatusCode -Url https://www.google.com/) { 200 { ... More info |