Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access rights

Management With PowerShell

Access rights

by  Zelandakh  Posted    (Edited  )
# 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

Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top