Using Powershell, how do I convert Azure AD Group members into a Json object (file) which I can then update?
I am wondering the best approach to create a single Powershell script that does the following: Obtains the email addresses of AAD group members using the following method (or some other) and converts it into a Json object $AADGroup =…