Link to home
Start Free TrialLog in
Avatar of kam_uk
kam_uk

asked on

Access to multiple mailboxes via Powershell

Hi

I have an application account, domain\App1, that needs to have full mailbox access to about 300 mailboxes. We have the list of mailboxes in a CSV file, but does anyone know a Powershell command we can use that will automatically script this access? My PS isn't that great :(

Exchange 2007.
Avatar of Shreedhar Ette
Shreedhar Ette
Flag of India image

ASKER CERTIFIED SOLUTION
Avatar of Shreedhar Ette
Shreedhar Ette
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kam_uk
kam_uk

ASKER

Out of interest, would this work and, if no, why not?

Get-content alias.txt | get-mailbox | add-mailboxpermission -accessRights "full access" -identity APP1