Hi,
I have a CSV file which contains Azure AD group names and users UPNs.
The user and corresponding group are in the same row, for example:
Group1 UserUPN1
Group1 UserUPN2
Group2 UserUPN1
Group3 UserUPN2
...
I need to create a Powershell script that will populate corresponding group with a user that is in the same row in CSV file.
Anyone has ideas on how to accomplish that?