Use the following power shell command with domain and exchange administrator priviledges. NOTE: Check the ps1.log and find out what Name and SAM are and put in the commands above as they vary for each machine. [PS] C:\>new-DistributionGroup -DisplayName "Name" -Name "SAM" -OrganizationalUnit Octel -SamAccountName "SAM" -Type 'Distribution' [PS] C:\>set-DistributionGroup -Identity "SAM" -HiddenFromAddressListsEnabled:$true
Comment