Exchange 2010: Powershell to add full permission to mailbox

Run the following powershell script to grant a user or group full access to a mailbox.

Add-MailboxPermission -Identity '' -User '' -AccessRights 'FullAccess'