I have a dynamic distribution group which is currently moderated. Since, this is a dynamic distribution group, I had to set up moderation through powershell because the moderation feature is not available for dynamic distros through the Exchange Management Console. I now need to remove email moderation from the distro list but I have to do it through powershell. I need to know the powershell command to disable / remove moderation from an exchange dynamic distribution list.
FYIThe command which I used to enable moderation is:
Set-DynamicDistributionGroup "All Staff" -ModerationEnabled $true -Moderator "jsmith"