Conversion from MSGraph module to MGGraph (Move to MSAL and enable Posh7 compatibility) #68
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Given that all thing M365 Powershell is being pushed into the Microsoft.Graph module, I thought it would be a good time to convert this module.
The current module relies on the all but dead Microsoft.Graph.Intune module. Its current implementation of connect-msgraph uses the ADAL endpoint which will be EOL June 2023, which means this module will likely cease to work after the current date
This conversion brings the following:
I've tried to keep the original style as much as possible, however, due to a few bits of fun with the graph API I have had to change a few things.
This is the first project I've committed code to, please let me know if I've messed anything up