Public Folders

Update Mail Enabled public folders with space in the alias

function Update-MailPublicFolder( [string] $inputstring=$(throw '$inputstring is required') )     { $pubfolder=Get-MailPublicFolder "$inputstring" Set-MailPublicFolder $pubfolder.Name -Alias $pubfolder.WindowsEmailAddress.Local         Get-MailPublicFolder $pubfolder.Name }

Get-MailPublicFolder | select alias, WindowsEmailAddress

Get-MailPublicFolder | where {$_.alias -ne $_.WindowsEmailAddress.Local} | select alias, WindowsEmailAddress

Recover deleted public folders Exchange 2010 with ExFolders

http://blog.ronnypot.nl/?p=169

Error adding "Send As" Permission to a public folder

Error

Access is denied 

INSUFF_ACCESS_RIGHTS 

insufficient access rights

Testing

Solution

http://www.networksteve.com/exchange/topic.php/INSUFF_ACCESS_RIGHTS/?TopicId=17917&Posts=8