Hello,
We're having problems to grant a mailcontact (external of our domain) with send as permission on a distribution group. We've tried already through ADUC's security tab...and the problem is that the mailcontact does not appear, so we can't add the send as permission. Otherwise using the get-mailcontact cmdlet it appears as a mailcontact, and it's listed in the EMC list as well.
Also trying through powershell it seems that won't work with:
[PS] C:\Windows\system32>Add-ADPermission "DistributionGroup" -User "MailContact" -Extendedrights "Send As"
It says:
User or group "MailContact" wasn't found. Please make sure you've typed it correctly.
So I was wondering, how can I especify that it's not a User but a MailContact?
Many thanks in advance!
We're having problems to grant a mailcontact (external of our domain) with send as permission on a distribution group. We've tried already through ADUC's security tab...and the problem is that the mailcontact does not appear, so we can't add the send as permission. Otherwise using the get-mailcontact cmdlet it appears as a mailcontact, and it's listed in the EMC list as well.
Also trying through powershell it seems that won't work with:
[PS] C:\Windows\system32>Add-ADPermission "DistributionGroup" -User "MailContact" -Extendedrights "Send As"
It says:
User or group "MailContact" wasn't found. Please make sure you've typed it correctly.
So I was wondering, how can I especify that it's not a User but a MailContact?
Many thanks in advance!