I'm wondering if anyone can help?
I am running the cmdlet Get-DeviceManagement_DetectedApps in the microsoft.graph.intune module and getting back this result
Get-devicemanagement_detectedapps output
I have a count of 6975 apps but in the value array I only am getting 50 apps. I can't figure out how to display all the apps or move onto the next page of data. Every paramter I put in doesn't change a thing and the property @odata.nextLink is always showing:
https://graph.microsoft.com/v1.0/deviceManagement/detectedApps?$skip=50
Does anyone know how I get all the apps to show?
I have tried changing all the parameters to see if anything changes and nothing does
Thanks for your help