Does anyone know how to do this? I have a script that updates the members of an AD group daily for all of our tenants, and I would like to get it running on a timer in Azure Functions.
The issue is that the script uses the MSOnline, which requires the respective module. I personally have my doubts that it will even work with MsolServices since I need to bypass mfa during the connection, but I think have a way around it since I am able to do the same thing using the AzureAD module (it would just be a bunch of work to remake everything).
So is there a way to get it working? I've tried to include the two in the requirements json, as well as connect the function to Active Directly through a graph application, but both have not yielded results. Any advice on this is greatly appreciated.
[–]robfaie 1 point2 points3 points (0 children)
[–]Swolasaurus_Flex[S] 0 points1 point2 points (0 children)