Filter By
Displaying results 1 - 2 of 2 (Page 1 of 1)
By:
|
398 downloads
|
Last Updated: 3/20/2024
|
Latest Version: 23.0.8839.1
CData Cmdlets for Sage 200 |
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 |