Import-CSV C:AddGAL.csv | ForEach {Set-DistributionGroup -HiddenFromAddressListsEnabled $false}
My CSV has one column, just a list of the DLs I need to change.
submitted by /u/scriptyscriptay
[link] [comments]
The post Trying to add distro groups from CSV to GAL – seems simple but not working… appeared first on How to Code .NET.