You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sync-O365PersonalContactFilterGroup -Type Include -GroupID '...'
} -FolderName 'O365Sync' -WhatIf | Format-Table
In the group i am including are 110 members, but it only imports about 40 of them in my contactfolder. It's not depending how old the user is and if i exclude this group noone is removed and all users are imported to contacts list. is there any solution or workaround?
Thanks in advance
Leon
The text was updated successfully, but these errors were encountered:
So looking at how we do it we basically do Get-MgUser -All -Property MemberOf, and then based on that we expand on that property. I guess there could be artificial limit of 10 per member shown when using "Expand" on Get-MgUser. Had similar situation on folders, that Expand would pretty much return incomplete information.
Hello,
I have a problem regarding this command:
Sync-O365PersonalContact -UserId '...' -MemberTypes 'Member', 'Contact', 'Guest' -Verbose -GuidPrefix 'O365Synchronizer' -PassThru {
Sync-O365PersonalContactFilterGroup -Type Include -GroupID '...'
} -FolderName 'O365Sync' -WhatIf | Format-Table
In the group i am including are 110 members, but it only imports about 40 of them in my contactfolder. It's not depending how old the user is and if i exclude this group noone is removed and all users are imported to contacts list. is there any solution or workaround?
Thanks in advance
Leon
The text was updated successfully, but these errors were encountered: