Send As Permission
I am trying to give a service account send aspermissions to the information store. Don't see a way to do this. Is there a powershell command or can it be done through the management console?
November 9th, 2009 8:44pm
Hi Norman This should work:
Get-MailboxDatabase "MyInformationStore" | add-adpermission -user "MyServiceAccount" -extendedrights Send-As
Tony
Free Windows Admin Tool Kit Click here and download it now
November 9th, 2009 9:55pm