Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getintuneinstalls not working with PowerShell 7.0 #43

Open
RobertSmedley59 opened this issue Sep 13, 2024 · 2 comments
Open

Getintuneinstalls not working with PowerShell 7.0 #43

RobertSmedley59 opened this issue Sep 13, 2024 · 2 comments

Comments

@RobertSmedley59
Copy link

Line 198 "$errorResponse = $ex.Response.GetResponseStream()" is failing with the error:
Method invocation failed because [System.Net.Http.HttpResponseMessage] does not contain a method named 'GetResponseStream'

Apparently this functionality was removed in PS 7.0

Can this be fixed?

@andrew-s-taylor
Copy link
Owner

There is something else failing which is triggering the error, I'll need to do some testing

@andrew-s-taylor
Copy link
Owner

It looks like the "installSummary" is completely missing from Graph mobile apps. I'll find out if it's a bug with Graph or permanently removed (in which case I'll need a plan b)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants