Forum Discussion
Philippe_Trouillot
Sep 10, 2024Copper Contributor
M365 Exchange : Contact suppression Issue
Hello, we created a guest account to share a file, but we had a problem. There Are two exchange contact was created and I can't suppress there. Mail can't be deliver to this external contact with ...
VasilMichev
Sep 10, 2024MVP
Use the GUID when running the cmdlet, i.e. Remove-Mailcontact GUID_of_the_contact
- Philippe_TrouillotSep 11, 2024Copper Contributor
I saw my two contact on interface :
but I don't find GUID with powershell
I tried "export contact" command and excel csv file gave me some identifiant
I tried wit these information, but I can't suppress it
what can I do ? many thank's per advance
- VasilMichevSep 11, 2024MVPIf those are guest users, use the Get-MailUser/Remove-MailUser cmdlet.
- Philippe_TrouillotSep 12, 2024Copper Contributor