How to Export Office 365 Group Members using PowerShell
| | |

How to Export Office 365 Group Members using PowerShell

How to Export Office 365 Group Members using PowerShell. In this post, we will look at how to quickly export the Membership of an Office 365 Group. To get Started we need to connect to Office 365 PowerShell, the following script can be used to connect HERE. Once you have a successful connection to Office…

Get Domain Group Members
| |

Get Domain Group Members

The following Script was created to assist a help desk department to quickly get a list of ‘Members’ from an Active Directory Group. This is a very simple script that prompts you for a Group Name and will then use Grid-View to display the results. Original Post : https://gallery.technet.microsoft.com/Get-Domain-Group-Members-bf33a1a2?redir=0 GetGroupMembers #ThatLazyAdmin