Hi there,
Run PowerShell as administrator. Change the path to the scripts folder. Run the PowerShell script to export AD group members to CSV file. Wait till it completes.
PS C:\> cd c:\scripts
PS C:\scripts> .\Export-ADGroupMembers.ps1
--If the reply is helpful, please Upvote and Accept it as an answer–