NetboxPS/Functions/Setup/Support/Test-NetboxAPIConnected.ps1

7 lines
111 B
PowerShell
Raw Normal View History

2023-03-10 14:37:49 -05:00

2023-03-10 12:20:14 -05:00
function Test-NetboxAPIConnected {
[CmdletBinding()]
param ()
2023-03-10 14:37:49 -05:00
2023-03-10 12:20:14 -05:00
$script:NetboxConfig.Connected
}