Exchange 2010 Public Folder Missing
There seems to be an issue with Exchange 2007 / 2010 where the public folders disappear. The database files reside on the drive but they…
There seems to be an issue with Exchange 2007 / 2010 where the public folders disappear. The database files reside on the drive but they…
Remove User From Accept Emails From on Distribution Group Set-DistributionGroup -identity “Name of your group” -AcceptMessagesOnlyFrom @{Remove=”Alias/EmailAddress of the user”}
Run the following Powershell command to find out who forwards to who in Exchange 2007 or 2010 Get-Mailbox | Where {$_.ForwardingAddress -ne $null} | Select…
When your trying to launch EXfolders if you see the error An error occurred while trying to establish a connection to the Exchange server. Exception:…
Error I was getting was : Set-DistributionGroup Failed: Error: Couldn’t find object “domain/ who is no longer in company.” Run adsiedit.msc and remove the offending…
Even if the person is a manager and you get the error : Changes to the distribution list membership cannot be saved. You do not…
Run the following command to set Outlook Web App enabled for all user mailboxes Get-Mailbox -RecipientTypeDetails UserMailbox -resultsize unlimited | Set-CASMailbox -OWAEnabled $true
Using Powershell run the following command Get-CASMailbox | Set-CASMailbox -OWAEnabled $true