Powershell cmd to permission distr list
Hi All,I need to give a user send as permissiosn to a distribution list, I can't seem to do this through the Exchange Management Console. Can this be done with powershell and if so what is the cmd?Thanks
November 17th, 2009 1:55am
On Mon, 16-Nov-09 22:55:03 GMT, remora wrote:>Hi All,I need to give a user send as permissiosn to a distribution list, I can't seem to do this through the Exchange Management Console. Can this be done with powershell and if so what is the cmd?Thanks You should be able to assign that permission using ADUC. ---Rich MatheisenMCSE+I, Exchange MVP---
Rich Matheisen
MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
November 17th, 2009 5:28am
Add-AdPermission "Group Name" -user "User Name" -AccessRights extendedright -ExtendedRights "send as" Read Below http://exchangepedia.com/blog/2007/03/how-to-assign-sendas-right-using.htmlVinod
|CCNA|MCSE 2003 +Messaging|MCTS|ITIL V3|
November 17th, 2009 1:59pm