Forum Discussion
Bernd Rickenberg
Jul 18, 2017Brass Contributor
Setting Unified Group properties via API
The Set-UnifiedGroup PowerShell commandlet has a couple of interessting properties. In particular, hiding the group from the global address list (HiddenFromAddressListsEnabled) and enabling/disabling...
TonyRedmond
Jul 18, 2017MVP
Get-UnifiedGroup | Set-UnifiedGroup -HiddenFromAddressListsEnabled $True...
- Bernd RickenbergJul 24, 2017Brass ContributorSorry, but I need a C# solution. PowerShell will not do in my case - I have added a bit background info to the question.
- TonyRedmondJul 24, 2017MVP
Fair enough, PowerShell can't do everything...