July 2017
Intermediate to advanced
648 pages
31h 9m
English

Get-Content c:\Scripts\users.txt | % {
Add-DistributionGroupMember -Identity Sales -Member $_
}
When the code runs, each user listed in the c:\Scripts\users.txt file will be added to the Sales distribution group.
Read now
Unlock full access