A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
yes that will work, you can add DLs to other DLs with that command
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello
i have a csv file which has users and dls. i want to make them members of another DL. will the below syntax work. for users i know this syntax will work not sure of the DLs.
Names
******@mydomain.com
******@mydomain.com
******@mydomain.com
******@mydomain.com
Import-csv c:\temp\input.csv | ForEach {Add-DistributionGroupMember -Identity ******@mydomain.com -Member $_.Names -BypassSecurityGroupManagerCheck}
A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.
Answer accepted by question author
yes that will work, you can add DLs to other DLs with that command