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

Comments

  • Anonymous
    May 31, 2018
    The comment has been removed