mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-14 02:12:28 +00:00
7 lines
112 B
PowerShell
7 lines
112 B
PowerShell
|
|
|
||
|
|
function Test-NetboxAPIConnected {
|
||
|
|
[CmdletBinding()]
|
||
|
|
param ()
|
||
|
|
|
||
|
|
$script:NetboxConfig.Connected
|
||
|
|
}
|