NetboxPS/Functions/Setup/Support/GetNetboxConfigVariable.ps1

3 lines
71 B
PowerShell
Raw Normal View History

2020-04-09 09:57:20 -04:00
function GetNetboxConfigVariable {
return $script:NetboxConfig
}