I want the powershell command to call the variable inside the variable ex: PathTom="C:/test/" in foreach statement, I am passing multiple application names like Tom, Web... $app = "Tom" I want to use the path of Tom here, So trying like Write-Output "$Path$app"
what would be the correct command to use?