Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with Sync-O365PersonalContactFilterGroup #14

Open
panettal opened this issue Oct 28, 2024 · 1 comment
Open

Problem with Sync-O365PersonalContactFilterGroup #14

panettal opened this issue Oct 28, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@panettal
Copy link

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

@PrzemyslawKlys PrzemyslawKlys added the bug Something isn't working label Oct 28, 2024
@PrzemyslawKlys
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants