Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Get-ADPrincipalGroupMembership error The operation being requested was not performed because the user has not been authenticated

$
0
0

I have a script the leverages the cmd-let Get-ADPrincipalGroupMembership. It was working fine for several months. Recently, the cmd-let started generating the error:

 

Get-ADPrincipalGroupMembership : The operation being requested was not performed because the user has not been authenticated.

Now I find that I can't run the cmd-let on several of my servers. However, I am able to run it on one server. All servers have the same Version (2.0), Build (-1), Revision (-1). This does not seem to be a connectivity or permissions issue. I am logged in with a domain account. All other AD cmd-lets work. The problem seems to be on specific machines only with the cmd-let Get-ADPrincipalGroupMembership. 

I can't see any real difference between the machines that don't work and the one that does.

I have Googled with no luck of finding a solution or even seeing this question asked.

Has anyone see the error "Get-ADPrincipalGroupMembership : The operation being requested was not performed because the user has not been authenticated" before when running a cmd-let and if so, any idea on cause / solution.

Thanks in advance for any help,


Viewing all articles
Browse latest Browse all 6937

Trending Articles