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

7 lines
No EOL
112 B
PowerShell

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