Disabling users ability to delete items out of the recovered delete items bin
Hi - We are running Exch2010 and are trying to find out how to disallow all users from being able to delete items out of their recovered deleted items folder or bin..... thanks in advance. Shawn
August 19th, 2010 8:05pm

What you really talking about is Single Item Recovery (and Litigation Holds) You can't prevent them from deleting items, but you can ensure that even if they do, the item is kept based on your requirements: http://msexchangeteam.com/archive/2009/09/25/452632.aspx Single Item Recovery in Exchange Server 2010
Free Windows Admin Tool Kit Click here and download it now
August 19th, 2010 8:52pm

Thanks Andy! That's great.... is there a way to enable this on an entire mailbox database, or do you have to do this individually on each mailbox?
August 20th, 2010 6:11pm

Sure, just pipe it to the commands. Example: get-mailboxdatabase -server xyz | set-mailbox SingleItemRecoveryEnabled $true
Free Windows Admin Tool Kit Click here and download it now
August 22nd, 2010 11:07pm

Thank you!
August 25th, 2010 12:39am

Actually, now getting this: A positional parameter cannot be found that accepts argument 'True'. + CategoryInfo : InvalidArgument: (:) [Set-Mailbox], ParameterBindingException + FullyQualifiedErrorId : PositionalParameterNotFound,Set-Mailbox Thanks!
Free Windows Admin Tool Kit Click here and download it now
August 25th, 2010 12:55am

How about this? ( at the store level instead) get-mailbox -database xyz | set-mailbox SingleItemRecoveryEnabled $true
August 25th, 2010 1:23am

On Tue, 24 Aug 2010 22:23:10 +0000, AndyD_ wrote: > > >How about this? ( at the store level instead) > >get-mailbox -database xyz | set-mailbox SingleItemRecoveryEnabled $true Aren't you forgetting the "-" in front of the argument name? --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
August 25th, 2010 5:28am

On Tue, 24 Aug 2010 22:23:10 +0000, AndyD_ wrote: > > >How about this? ( at the store level instead) > >get-mailbox -database xyz | set-mailbox SingleItemRecoveryEnabled $true Aren't you forgetting the "-" in front of the argument name? --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP Yes! Thanks for catching that.
August 25th, 2010 4:38pm

Strange that this works with databases that are all one word like Executives, however it does not work with databases that are separated, like SF Executives..... any thoughts? Thanks!
Free Windows Admin Tool Kit Click here and download it now
August 25th, 2010 7:57pm

I got it.... needs " " marks for databases with spaces.... Thanks!
August 25th, 2010 8:02pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics