mirror of
https://github.com/tigpas/NetboxPS.git
synced 2026-03-21 21:45:33 +00:00
7 lines
No EOL
111 B
PowerShell
7 lines
No EOL
111 B
PowerShell
|
|
function Test-NetboxAPIConnected {
|
|
[CmdletBinding()]
|
|
param ()
|
|
|
|
$script:NetboxConfig.Connected
|
|
} |