solarwinds / OrionSDK

SDK for the SolarWinds Orion platform, including tools, documentation, and samples in PowerShell, C#, Go, Perl, and Java.
https://thwack.com/OrionSDK
Apache License 2.0
397 stars 139 forks source link

Invoke-SwisVerb access denied. #91

Open danSpotter opened 7 years ago

danSpotter commented 7 years ago

Invoke-SwisVerb fails if credentials are supplied in UPN format.

tdanner commented 6 years ago

Could you post the parameters you are using for Connect-Swis? There are several variations and I want to make sure we look at the same one.

danSpotter commented 6 years ago

connect-swiss ipaddress -credential $c

tdanner commented 6 years ago

So it works correctly if the username is in DOMAIN\username format but fails if it is in username@domain.suffix format?

What version of Orion are you working with?

danSpotter commented 6 years ago

Correct. Module: 0.0.6 PowerOrion Ipam 4.5.1

tdanner commented 6 years ago

I have investigated this and I see what's going on.

tdanner commented 5 years ago

Cross-reference https://jira.solarwinds.com/browse/CORE-9412