Adding Moderation to a Dynamic Exchange Distribution Group
I have a dynamic Exchange 2010 distribution group which was made through a "custom" query. The moderation option is not available on the object in EMC now. I tried adding it via EMS and it says the object doesn't exist in the directory,
yet in EMC it's clearly there. How can I add moderation on this group?
September 9th, 2011 9:16pm
what is the recipient scope in Powershell set to?
Set-ADServerSettings -ViewEntireForest $true
so you can access the whole forest, then try the command in Powershell again.
Free Windows Admin Tool Kit Click here and download it now
September 9th, 2011 9:25pm