NetboxPS/Functions/Setup/Support/Test-NetboxAPIConnected.ps1
2023-03-10 14:37:49 -05:00

7 lines
No EOL
111 B
PowerShell

function Test-NetboxAPIConnected {
[CmdletBinding()]
param ()
$script:NetboxConfig.Connected
}