Semperis/PK-AADAppReg

Incorrect variable reference in output string

Closed this issue · 2 comments

Write-Host "Specified Tenant 'aadTenantFQDN' DOES NOT Exist..." -ForegroundColor Red

Should be

Write-Host "Specified Tenant '$aadTenantFQDN' DOES NOT Exist..." -ForegroundColor Red
zjorz commented

thank you for this!. I have updated the script and will upload the updated version of the script soon

zjorz commented

this has been fixed in v0.3 of the script.