Get-ADGroup : A call to SSPI failed, see inner exception error

K

kumarkrishna

Hi All ,


I am getting below error while running powershell command Get-ADGroup to list users from AD.Windows 2012 r2.

Get-ADGroup : A call to SSPI failed, see inner exception.

At line:1 char:1

+ Get-ADGroup SD_SVN_Users -server | Get-ADGroupMember

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : SecurityError: (SD_SVN_Users:ADGroup) [Get-ADGroup], Authentication

Exception

+ FullyQualifiedErrorId : ActiveDirectoryCmdlet:System.Security.Authentication.Authentication

Exception,Microsoft.ActiveDirectory.Management.Commands.GetADGroup

Can anyone explain why i am getting this error?

Continue reading...
 
Back
Top Bottom