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