Actually that command syntax is:
Get-MailboxDatabase -identity "Mailbox Database" | Add-ADPermission -user BackupMan -ExtendedRights Receive-As, Send-As
This command was able to get me access to the Storage Group:
Get-MailboxDatabase -identity "EXMail\First Storage Group\Mailbox Database" | Add-ADPermission -user BackupMan -AccessRights FullAccess
But that does not solve my issue, I need to assign fullaccess to the mailboxes.
Main Topics
Browse All Topics





by: sandeep_narkhedePosted on 2009-01-29 at 13:22:34ID: 23502741
command is Add-ADPermission testmbx -ExtendedRights Send-As -user BackupMan