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
In order to interop with other tools or perform custom handling of responses from MS Graph, it is useful to get the entire Content of the response in both success and error cases. An option that allows Invoke-GraphRequest to simply return the entire response without interpreting it, e.g. a -Raw option, would allow custom tooling to fully exploit the protocol and allow for advanced debugging. AB#6855