NetboxPS/Functions/Setup/Support/GetNetboxConfigVariable.ps1
2020-04-09 09:57:20 -04:00

3 lines
No EOL
71 B
PowerShell

function GetNetboxConfigVariable {
return $script:NetboxConfig
}