Friends,
Exchange Server 2007 as a fully authorized user must access to all mailboxes can do this using the following command-line command.
get-mailbox | Add-MailboxPermission-Identity {$}-AccessRights _.Name FullAccess-User "Domain \ User"
In addition, other parameters that AccessRights parameter is available below.
DeleteItem ExternalAccount ReadPermission FullAccess ChangePermission ChangeOwner SendAs
Add-MailboxPermission i use the syntax is available below.
Add-MailboxPermission-Identity <MailboxIdParameter> [...]










