mirror of
https://github.com/tigpas/NetboxPS.git
synced 2026-03-21 21:45:33 +00:00
3 lines
71 B
PowerShell
3 lines
71 B
PowerShell
|
|
function GetNetboxConfigVariable {
|
|||
|
|
return $script:NetboxConfig
|
|||
|
|
}
|