mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-13 18:02:29 +00:00
3 lines
71 B
PowerShell
3 lines
71 B
PowerShell
|
|
function GetNetboxConfigVariable {
|
|||
|
|
return $script:NetboxConfig
|
|||
|
|
}
|