Hi All,
I just like to ask if I am doing anything wrong in this simple powershell command.
I am not an expert in powershell or Azure so please bear with me.
I type
Connect-AzureAD Get-AzureADDevice
Get-AzureADDevice | Measure-Object | Select Count
When I type the last command it says that there are just 100 devices. But when I go from the browser toAzure portal > Azure Active Directory > Devices > Continuously clickLoad more it says that there are more than 100 devices.
Is there something I am doing wrong?
Thanks for all your help guys!