Hi all,
how can we give full mailbox access permissions to a particular user in database level in exchange server 2013.
below command is working fine for existing users only. in future if new users added i need to run command again and again for every user.
Get-Mailbox | Add-MailboxPermission -User <user>-AccessRights Fullaccess -InheritanceType all
so i need command in database level. i tried some commands but not working.
please share your ideas