This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

How can I connect to SWIS in a SAM Windows Powershell Script component?

FormerMember
FormerMember

I would like to use Get-SwisData in a Windows Powershell script component but I am unable to connect using 'Connect-Swis -Trusted' (the error is Invalid User Name) and 'Connect-Swis -Credential (Get-Credential)' requires entering a password.

The output of [Security.Principal.WindowsIdentity]::GetCurrent() is NT AUTHORITY\SYSTEM.

I have added an Active Directory security group containing the primary Orion server's computer account and given this group admin and node mgmt permissions to Orion to no avail.

Any ideas?