Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
SslLabs
0.1.4
helpers/Test-SslLabsApi.ps1
function
Test-SslLabsApi
{
try
{
$null
=
Invoke-RestMethod
-Method
get
-Uri
"$ApiBase/info"
}
catch
{
throw
$_
}
}