How To Add Bulk Users to Member of Distribution Group

Hi everyone,

You can use the following commands if you want to batch add a group user.

image

Import-Csv -Path c:\root\1.csv | ForEach {Add-DistributionGroupMember -Identity “Genel Müdürlük” -Member $_.EmailAddress}

The following two tabs change content below.

Huseyin Kartal

Latest posts by Huseyin Kartal (see all)

Bir cevap yazın

E-posta hesabınız yayımlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.