Exchange 2007 - Exchange Management Shell - Exchange Management Console
Exchange 2007 Articles , Tutorials and Shell Cmdlet
This blog is dedicated to Ms Exchange 2007 , Active Directory , MSCS Services articles and demos , Its all about Microsoft Exchange 2007 .
17th
OCT
Add-adpermission - Add-adpermission Cmdlet
Posted by Usman under Exchange Management Shell
Add-adpermission
Add-adpermission allows to add permission on active directory objects.
Who Can run this Cmdlet.
Exchange Recipient Administrator role
Account Operator role for the applicable Active Directory containers
Example !
Add-ADPermission -Identity “User A” -User UserB -AccessRights extendedright -ExtendedRights “send as”
The above example will allow Send as permission for UserB to User A’s Mailbox
Identity - You have to write Full Name of User
User - The User parameter specifies the user mailbox that the permissions are being granted to on the other mailbox.
AccessRights - List of RIghts
# CreateChild
# DeleteChild
# ListChildren
# Self
# ReadProperty
# WriteProperty
# DeleteTree
# ListObject
# ExtendedRight
# Delete
# ReadControl
# GenericExecute
# GenericWrite
# GenericRead
# WriteDacl
# WriteOwner
# GenericAll
# Synchronize
# AccessSystemSecurity
ExtendedRights -
# Send-As
# Receive-As
# View Information Store status
Recent Posts:
- 16 Dec Exchange 2007 Mail Submis...
- 02 Nov How to Export Members of ...
- 15 Oct Block Users from Sending ...
- 20 Aug Send On Behalf Of Another...
- 10 Aug Send on Behalf of Distrib...
- 09 Jul How to Remove Registry Ke...
- 09 Jul How to add Exceptions in ...
- 07 Jul How to export Message tra...
- 12 May Software Restriction thro...
- 16 Apr Exchange Server Remote Co...
Categories:
- Active Directory (7)
- Exchange 2010 (1)
- Exchange Management Console (3)
- Exchange Management Shell (13)
- Uncategorized (1)
Archives:
- December 2009
- November 2009
- October 2009
- August 2009
- July 2009
- May 2009
- April 2009
- February 2009
- January 2009
- December 2008
- October 2008
- August 2008
