Mail disabling Irrelevant Public folders
Hi We have thousands of Public folders that are mail enabled and are hidden from the address book. We need to mail disable all these. Is there anything in the EMS that I can run first of all to find all mail enabled public folders that are hidden from the address book then to mail disable those public folders This is exchange 2007 Any help would be appreciated
June 22nd, 2011 7:39pm

Something like: Get-mailPublicFolder -resultsize unlimited | where {$_.HiddenFromAddressListsEnabled -eq $true} | disable-mailpublicfolder You can filter the results with the get-mailpublicfolder command http://technet.microsoft.com/en-us/library/bb124772.aspx
Free Windows Admin Tool Kit Click here and download it now
June 22nd, 2011 9:03pm

Hi, Just for your convinience: Get-MailPublicFolder: http://technet.microsoft.com/en-us/library/bb124772.aspx Disable-MailPublicFolder: http://technet.microsoft.com/en-us/library/bb123781.aspx Best Regards! Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
June 23rd, 2011 5:21am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics