RSAT Get-ADPrincipalGroupMembership is missing on Windows 11

Joe Kahl 20 Reputation points
2024-05-16T14:01:49.0366667+00:00

RSAT Get-ADPrincipalGroupMembership is missing on Windows 11
Since upgrading from Windows 10 to Windows 11 I cannot use the RSAT Get-ADPrincipalGroupMembership is command. I get the following error message:

PS C:\Users\USER1> Get-ADPrincipalGroupMembership

cmdlet Get-ADPrincipalGroupMembership at command pipeline position 1

Supply values for the following parameters:

(Type !? for Help.)

Identity: USER1

Get-ADPrincipalGroupMembership : An unspecified error has occurred

At line:1 char:1

  • Get-ADPrincipalGroupMembership
  • 
        + CategoryInfo          : NotSpecified: (USER1:ADPrincipal) [Get-ADPrincipalGroupMembership], ADException
    
        + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.GetADPrincipalGroupMembership
    
Windows for business | Windows Client for IT Pros | Directory services | Active Directory
0 comments No comments
{count} votes

Accepted answer
  1. Neuvi Jiang 1,540 Reputation points Microsoft External Staff
    2024-05-17T07:08:25.47+00:00

    Hi Joe Kahl,

    Thank you for posting in the Q&A Forums.

    If you are missing the Get-ADPrincipalGroupMembership cmdlet on Windows 11, it is most likely because you do not have the Remote Server Administration Tool (RSAT) installed or enabled.RSAT contains the PowerShell cmdlets needed to manage Active Directory.

    In Win11, click Settings, search for Optional Features in the search bar, and click View Features in the Add Optional Features field. Search for “RSAT” in the search bar and add the desired feature.

    Best regards

    NeuviJ

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.