Recreate BDL in MM 5.2

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • vicyork0869
    Member
    • Jan 2012
    • 3

    Recreate BDL in MM 5.2

    MM 5.2 w/Exchange backend.

    For some reason the BDL object didn't get created in AD. Is there anyway to create it manually?
  • vjannu
    Member
    .
    • Jul 2010
    • 7

    #2
    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

    Loading