How many objects will be synchronized to the cloud?

 

Import-Module ActiveDirectory
Get-ADObject -Filter {((objectClass -eq 'user') -and (objectClass -ne 'computer')) -or (objectClass -eq 'contact') -or (objectClass -eq 'group')} | Measure-Object | Format-List Count