mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2026-05-06 10:52:09 +00:00
3 lines
71 B
PowerShell
3 lines
71 B
PowerShell
|
|
function GetNetboxConfigVariable {
|
|||
|
|
return $script:NetboxConfig
|
|||
|
|
}
|