Fix There is No Existing Permission Entry Found for User Error
Write-ErrorMessage : ||There is no existing permission entry found for user:.
This error appears when you use the ‘Set-MailboxFolderPermission’ cmdlet to grant a mailbox folder permission to users or groups for the first time.
Note: ‘Set-MailboxFolderPermission’ cmdlet is used exclusively to modify mailbox folder permissions once it is assigned.
Use the ‘Add-MailboxFolderPermission’ cmdlet to assign folder permissions to users or groups for the first time.
The Exchange admin center (EAC) doesn’t provide a straightforward option to specifically manage mailbox folder permissions.
It primarily allows you to manage mailbox delegations, such as Full Access, Send As, and Send-on-behalf permission.
Follow the steps below to add the mailbox folder permissions using Exchange Online PowerShell.
Connect to Exchange Online PowerShell as an administrator.
Since the calendar (Bruce's folder) hasn’t been assigned already to a user (Saansui), you need to execute the below cmdlet to add the Exchange Online mailbox calendar permission.
Add-MailboxFolderPermission -Identity <MailboxUserUPN>:\<FolderName> -User <DelegatedUserUPN> -AccessRights <RolesOrPermissions>
#You can specify multiple permissions and roles separated by commas.
Check whether the mailbox folder permission for the Bruce's mailbox has been assigned to a user (Saansui) by executing the below.
Get-MailboxFolderPermission -Identity <MailboxUserUPN>:\FolderName
Ensure appropriate folder permissions are assigned to the delegated user to avoid overexposure of sensitive information.
When you assign the same permission that is already set, you will see the following warning message:
AdminDroid 365 helps admins track Exchange Online mailbox permissions and provide detailed reports crucial for proper mailbox management.
Utilize mailbox permission dashboards and reports to monitor delegation changes over time before they become security risks in Exchange Online.
Audit 360° mailbox permission activity and uncover unused permissions to remove inactive or unnecessary mailbox access.
Monitor mailbox permissions, such as with full access, Send As, and Send on Behalf rights - ensure only the right people see the sensitive data.
Get AdminDroid alerts when an unusual number of non-owner mailbox access is detected and take immediate action.
Gain deep visibility into folder-level insights, audit activities, and permission changes across every mailbox.
If these solutions don’t resolve your issue, feel free to leave a comment in the below ‘Discussion section’. We’ll assist you to the best of our ability. However, if none of the solutions worked, you may need to contact Microsoft Support for additional help.