Uploaded February 2022 | Updated September 2026, 2 weeks ago
In this tutorial, we will teach you How to Add Members to Office 365 Distribution Group via CSV
Powershell connect office365
Connect-ExchangeOnline
Export CSV
$DGName = "bogcleveryone"
Get-DistributionGroupMember -Identity $DGName | Select Name, PrimarySMTPAddress |
Export-CSV "C:\\Distribution.csv" -NoTypeInformation -Encoding UTF8
IMPORT CSV
Import-Csv “C:\temp\neurogroupmembers.csv” | foreach{Add-DistributionGroupMember -Identity $_.identity -Member $_.members}
If you found this video valuable, give it a like.
If you know someone who needs to see it, share it.
Leave a comment below with your thoughts.
Add it to a playlist if you want to watch it later.
Subscribe Here:youtube.com/networkingbitsabbirkhan
**Follow me Socially 😀
Sabbir Ahmed Khan- goo.gl/dMwKcM (FB)
For more Tips Tutorial- networkingbit.info
**Facebook page: goo.gl/drRSZ3
😊 like ✅ subscribe ✅ bell 🔔 ✅ ♥️
Please Like, Subscribe, and Share our tutorials :)
⚠ DISCLAIMER:
We do not promote any illegal product, content, platform, don't encourage any kind of prohibited activities. This channel provides educational content only.
In this tutorial, we will teach you How to Add Members to Office 365 Distribution Group via CSV
Powershell connect office365
Connect-ExchangeOnline
Export CSV
$DGName = "bogcleveryone"
Get-DistributionGroupMember -Identity $DGName | Select Name, PrimarySMTPAddress |
Export-CSV "C:\\Distribution.csv" -NoTypeInformation -Encoding UTF8
IMPORT CSV
Import-Csv “C:\temp\neurogroupmembers.csv” | foreach{Add-DistributionGroupMember -Identity $_.identity -Member $_.members}
If you found this video valuable, give it a like.
If you know someone who needs to see it, share it.
Leave a comment below with your thoughts.
Add it to a playlist if you want to watch it later.
Subscribe Here:youtube.com/networkingbitsabbirkhan
**Follow me Socially 😀
Sabbir Ahmed Khan- goo.gl/dMwKcM (FB)
For more Tips Tutorial- networkingbit.info
**Facebook page: goo.gl/drRSZ3
😊 like ✅ subscribe ✅ bell 🔔 ✅ ♥️
Please Like, Subscribe, and Share our tutorials :)
⚠ DISCLAIMER:
We do not promote any illegal product, content, platform, don't encourage any kind of prohibited activities. This channel provides educational content only.










