# Grant the user account MayLContact the right to create items in the public folder May Contacts.
Add-PublicFolderPermission "May Contacts" -User MayLContact -AccessRights "CreateItems"
# Grant the user account BESAdmin Send As permission
add-adpermission "Blackberry User" -extendedrights Send-As -user yourdomain\BESAdmin
# Grant the user account BESAdmin Exchange View Only Administrator permission
add-exchangeadministrator BESAdmin ûrole ViewOnlyAdmin
# Grant the user account BESAdmin Send As, Receive As and Exchange Store Admin rights
add-adpermission ûuser BESAdmin ûaccessrights ExtendedRight ûextendedrights Send-As, Receive-As, ms-Exch-Store-Admin
# Grant the user account BESAdmin rights to access the store with all Outlook versions
Set-CasMailbox BesAdmin -MAPIBlockOutlookVersions:$null
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.