Jump to content

Recommended Posts

Posted

Hi,

 

I have been asked by my line manager to monitor some student emails (nasty emails and so on). I am no exchange expert, how do I go about doing it? We have got Exchange 2010 and I have full admin rights.

Posted

You will need to grant yourself control over mailboxes first which can be done in the Exchange Management Shell using the following code:

 

Get-MailboxDatabase -identity “DATABASE NAME” | Add-ADPermission -user USERNAME -AccessRights GenericAll

 

The you will be able to browse to their mailbox through ether OWA - e.g. http://server/owa/[email protected]

 

Or by opening their inbox using outlook.

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...