You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing with the get-windowsautopilotinfo and your community fork is that the app registration I have currently doesn't suffice because the script tries to connect to graph with "Group.ReadWrite.All" access even without the "-AddGroup" parameter.
I note in the script that the "Connect-ToGraph" calls the same scopes regardless of the parameter passed.
Hi Andrew,
One thing with the get-windowsautopilotinfo and your community fork is that the app registration I have currently doesn't suffice because the script tries to connect to graph with "Group.ReadWrite.All" access even without the "-AddGroup" parameter.
I note in the script that the "Connect-ToGraph" calls the same scopes regardless of the parameter passed.
Would it be at all possible to only use the "Group.ReadWrite.All, GroupMember.ReadWrite.All" if $AddToGroup is true?
The text was updated successfully, but these errors were encountered: