Live Chat Software by Kayako |
Shell script to add permissions on Exchange 2007
|
|
In the script, rbsfs3-64 is the Exchange machine name. So you have to change this to the Exchange 2007 Machine name. Get-MailboxDatabase -identity "rbsfs3-64\First Storage Group\Mailbox Database" | Add-ADPermission -user Administrator - Get-MailboxDatabase -identity "rbsfs3-64\First Storage Group\Mailbox Database" | Add-ADPermission -user Administrator - The following command grants more than enough permission(GenericAll) to the Administrator account, so confirm this with the service Get-MailboxDatabase -identity "rbsfs3-64\First Storage Group\Mailbox Database" | Add-ADPermission -user Administrator -AccessRights
| |
|