Replies: 1 comment
-
Thank you Dennis for this great input. I've changed it and the test run was successful. Already updated the code here as well 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a small suggestion regarding the authentication part, you could change it so you only use Connect-MgGraph if you are using Microsoft.Graph modules above version 2.0 since they have added support for Managed Identities then.
You can check it out here: https://learn.microsoft.com/en-us/powershell/microsoftgraph/authentication-commands?view=graph-powershell-1.0#using-managed-identity
Beta Was this translation helpful? Give feedback.
All reactions