You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connect to vRA named tenant using Active Directory credentials.
Actual behavior
Invoke-RestMethod : {"errors":[{"code":90135,"source":null,"message":"Unable to authenticate user (domain)\(tenant) in tenant (tenant).","systemMessage":"90135-Unable to authenticate user (domain)\(tenant) in tenant (tenant).","moreInfoUrl":null}]}
At (folder path to user's profile)\OneDrive - (my corp)\Documents\WindowsPowerShell\Modules\PowervRA\3.3.0\PowervRA.psm1:501 char:21
Steps to reproduce
(1) Install-Module -Name PowervRA -Scope CurrentUser
(2) Connect-vRAServer -Server (FQDN of vRA) -Tenant (tenant) -Credential (Get-Credential) -IgnoreCertRequirements
Expected behavior
Connect to vRA named tenant using Active Directory credentials.
Actual behavior
Invoke-RestMethod : {"errors":[{"code":90135,"source":null,"message":"Unable to authenticate user (domain)\(tenant) in tenant (tenant).","systemMessage":"90135-Unable to authenticate user (domain)\(tenant) in tenant (tenant).","moreInfoUrl":null}]}
At (folder path to user's profile)\OneDrive - (my corp)\Documents\WindowsPowerShell\Modules\PowervRA\3.3.0\PowervRA.psm1:501 char:21
Environment data
The text was updated successfully, but these errors were encountered: