powershell-intune-samples
powershell-intune-samples copied to clipboard
Need to run Update-MSGraphEnvironment every new PS session
Not sure if it was a missed step, unclear instructions, or intentional, but every time I start a new PS session and run connect-msgraph, I need to run "Update-MSGraphEnvironment -appid xxxxxxxxxxxxxx" every time before connecting, and then it works as intended. Surely I don't have to update it everytime? How can I permanently update it?