Hi
Hi
I would be very grateful if someone could help me complete this script i've tried to create below. I just want to grant multiple users full access and send as permissions to several different mailboxes in exchange 2007.
$data = import-csv...
Hi
Does anyone know a way to find out who the last 5 to 10 users where and when they logged in to a specific mailbox in Exchange 2007?
I know there is Exchange auditing feature but that is disabled.
Many Thanks
Hi
Anyone know a way to track changes made to user acconts on Exchange 2007 via Exchange powershell?
For Example an exchange account email alias was modified recently but no one knows who changed it or when. Is there a quick way to check in Exchange powershell who made admin changes to an...
Hi
I want to create around 1000+ new exchange 2007 mailboxes for existing AD user accounts. Is there a simpler way to do this?
Script to create mailboxes for users
$mailbox=import-csv C:\Users\admin-me\Desktop\mail.csv
foreach ($mailbox in $mailbox) {enable-mailbox -identity $mailbox.identity...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.