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