In this section, the export process of the members on the security group via powershell. After the Get-ADGroupMember group name you want to export, just type in the quoted section.
PowerShell Command
Get-ADGroupMember "Domain Admin" | select name C:\domainadmin.txt
http://www.itsystem.tech/