blu4 Posted February 5, 2015 Posted February 5, 2015 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.
cscc Posted February 5, 2015 Posted February 5, 2015 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. 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now