Quantcast
Channel: Exchange Server 2013 - Administration, Monitoring, and Performance 论坛
Viewing all articles
Browse latest Browse all 8719

How to give write access to a user to a DL using PowerShell

$
0
0

I would like to give write access to a user to a DL. I am using below command.

Add-ADPermission -Identity "Group Name" -user "userName" -AccessRights ExtendedRight -ExtendedRights "write"

but I am getting error Extended write "Write" was not found.

send as write works fine using below command , but how to give write access.

Add-ADPermission -Identity "Group Name" -user "userName" -AccessRights ExtendedRight -ExtendedRights "send as"

NOTE: Its Exchange 2010.

 

 

 


Viewing all articles
Browse latest Browse all 8719

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>