Table of Contents
Below is how to give user permission to send email to a distribution group using authOrig or dLMemSubmitPerms.
1. To give user permission to send email to a distribution group using AuthOrig to restrict sending email to a distribution group to individual users.
Below can not be done from Attribute editor from ADUC and its used for giving permissions to a individual on a object
Powershell command below:
Set-ADObject "CN=Vamshi,OU=Distribution List,OU=Groups,DC=Test,DC=com" -Add @{AuthOrig="CN=Vamshi1,OU=Distribution List,OU=Groups,DC=Test,DC=com"}
2. Below is how to give user permission to send email to a distribution group using dlMemSubmitPerms to restrict sending email to a distribution group to a group of users.
Below can be done using Attribute editor from ADUC and its used for giving permissions to a group not individual on a object
Powershell command below:
Set-ADObject "CN=Group-Name,OU=Distribution List,OU=Groups,DC=Test,DC=com" -Add @{dLMemSubmitPerms="CN=GRoup-Name2,OU=Distribution List,OU=Groups,DC=Test,DC=com"}
How to install of FireFox browser using PowerShell Sometimes you would like to install Firefox…
Quick way to install chrome on windows with Powershell? Launch the Powershell and run below…
How to Fix PowerShell Script Not Digitally Signed Error? When a script with a .ps1…
Powershell Cheat Sheet for beginners PowerShell has become something of an ace in the hole…
Today we discuss one of a few questions a lot of sysadmins and IT Admins…
Backing Up an SQL Database with PowerShell Before making any changes in the production environment,…
This website uses cookies.