The Get-ADGroupMember cmdlet gets the members of an Active Directory group and export to HTML file.
PS C:\work> Get-ADGroupMember "GroupName" | ConvertTo-Html > GroupName.html
Just another WordPress site
The Get-ADGroupMember cmdlet gets the members of an Active Directory group and export to HTML file.
PS C:\work> Get-ADGroupMember "GroupName" | ConvertTo-Html > GroupName.html