Public/ps1/Configuration/Get-LeftConnectBaseConfiguration.ps1
function Get-LeftConnectBaseConfiguration { @{ user = Get-ConfigurationValue -name UserName pass = Get-ConfigurationValue -name Password -secure tenant = Get-ConfigurationValue -name Tenant } } |