question

BlazTU-3060 avatar image
0 Votes"
BlazTU-3060 asked AndyDavid commented

Exchange Server 2019 - Public Folder - Recover deleted items

Hi.

I used ExFolders to recover deleted items, when I used Exchange Server 2010, but it does not work for newer versions.

I can see other users have the same issue like me, but they suggest to select the folder and click the option 'recover selected items'. The problem is that I don’t have this option. My user is owner (root and subfolders) of Public Folders.

How can I recover deleted items at Public Folders?

Server: Microsoft Exchange Server 2019 Cumulative Update 8 (15.2.792.3)
Client: Outlook 2019 (Version 2102 Build 13801.20360)

office-exchange-server-administration
· 5
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Give your account client owner rights to the folder itself.
https://docs.microsoft.com/en-us/powershell/module/exchange/add-publicfolderclientpermission?view=exchange-ps

 Add-PublicFolderClientPermission -Identity "\My Public Folder" -User <you> -AccessRights Owner
0 Votes 0 ·

My user is already owner of Public Folder.

[PS] C:\Users\xxx\Desktop>Add-PublicFolderClientPermission -Identity "\XXX" -User XXX-AccessRights Owner
An existing permission entry was found for user: XXX.
+ CategoryInfo : NotSpecified: (:) [Add-PublicFolderClientPermission], UserAlreadyExis...nEntryException
+ FullyQualifiedErrorId : [Server=XXXSRV01,RequestId=623eb772-a01a-4b79-b7df-92f066d385bb,TimeStamp=22-03-2021 13: 43:35] [FailureCategory=Cmdlet-UserAlreadyExistsInPermissionEntryException] 206D975A,Microsoft.Exchange.Management
.StoreTasks.AddPublicFolderClientPermission
+ PSComputerName : XXX.branel.local

0 Votes 0 ·

You dont see that option when you highlight the folder and choose Folder from the Ribbon?
80188-image.png


0 Votes 0 ·
image.png (19.9 KiB)

Thanks both for pictures. I have found “Recover Deleted Items” button, but I can only recover folders (test-folder) and not task items (test-item).

If I delete “test-item” and then open Recover Deleted Items. The recover list is empty.

80685-1.png


80686-2.png


0 Votes 0 ·
1.png (44.8 KiB)
2.png (6.7 KiB)

Hi @BlazTU-3060,

As stated in the article I shared earlier, for non-mail public folder(like the taks folder in your screenshot), we would need to manually add the Recover Deleted Items action by customizing either the Quick Access Toolbar or the ribbon. I'll edit my previous post to include the steps.


If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 Votes 0 ·

1 Answer

YukiSun-MSFT avatar image
0 Votes"
YukiSun-MSFT answered YukiSun-MSFT edited

Hi @BlazTU-3060,

I tested in my Exchange 2019 environment and can successfully recover deleted items in the public folder by clicking the "Recover Deleted Items" button on the ribbon:
80499-1.gif
80470-2.jpg

In your situation, do you mean the users cannot see the "Recover Deleted Items" button?
Is it occurring to the specific user or can be reproduced on any user?

Besides, if it's a non-mail public folder, according to the article below, this is a by design behavior that the "Recover Deleted Items" button is removed from both the ribbon and the shortcut menu. Please have a check at your end and if necessary, manually add the Recover Deleted Items action by customizing either the Quick Access Toolbar or the ribbon:

You can't recover deleted items from a non-mail public folder in Outlook 2016

Any findings, feel free to post back.


Update:

To recover items in tasks folder, please follow the steps below to manually add the "Recover Deleted Items" action:
1. Select the task folder, choose the Folder tab on the ribbon, right click on the blank space, choose "Customize the Ribbon":
81026-3.jpg
2. Add a new group under the Folder tab and rename it to let's say "Recover items".
3. In the "Choose commands from list", select "All Commands", select "Recover Deleted Items" > Add.
4. Then you would be able to recover the deleted tasks by clicking the Recover Deleted Items button:
81082-4.gif



If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



1.gif (116.0 KiB)
2.jpg (15.6 KiB)
3.jpg (48.3 KiB)
4.gif (857.3 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.