mirror of
https://github.com/tigpas/NetboxPS.git
synced 2026-03-22 05:55:32 +00:00
7 lines
112 B
PowerShell
7 lines
112 B
PowerShell
|
|
|
||
|
|
function Test-NetboxAPIConnected {
|
||
|
|
[CmdletBinding()]
|
||
|
|
param ()
|
||
|
|
|
||
|
|
$script:NetboxConfig.Connected
|
||
|
|
}
|