I'm trying to call the cmdlet Get-IntuneManagedDevice and my environment has more than 1000 devices so only the first 1000 are retrieved.
I'm trying to understand how to use the data and the @odata.nextLink parameter to loop through all devices. In my reading, there's a Get-MSGraphAllPages. What's not clear to me is why is there a 'NextLink' parameter when the cmdlet name implies it retrieves "all" data.
I'm trying to call the cmdlet Get-IntuneManagedDevice and my environment has more than 1000 devices so only the first 1000 are retrieved.
I'm trying to understand how to use the data and the @odata.nextLink parameter to loop through all devices. In my reading, there's a Get-MSGraphAllPages. What's not clear to me is why is there a 'NextLink' parameter when the cmdlet name implies it retrieves "all" data.