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

7 lines
112 B
PowerShell
Raw Normal View History

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