Exchange Room Mailbox automatic deletes calendar appointments
Monday, February 14th, 2011 Posted in Exchange | No Comments »If you have created a room mailbox, and want to create appointments directly in the calendar of the room mailbox, then you need to: Enable the user in Active Directory Set the password of the user Log on to a workstation with that ...
Backup of Exchange 2010 database level and document level with Ahsay
Friday, February 4th, 2011 Posted in Ahsay, Exchange, Windows | 4 Comments »Installation of the Ashay Client: Download the Ahsay Client: http://eval.ahsay.com/obs/download/obm-win.exe After the installation please apply the latest hotfix. http://download.ahsay.com/support/hot-fixes/55/obm-win-hotfix.zip Put the content of the hotfix into the folder: c:\program files\ahsayobm\ Disable Continous Backup services Database level: To backup the database level, just select Exchange Database Level, and ...
howto export mailbox size to CSV file Exchange 2007/2010
Tuesday, December 7th, 2010 Posted in Exchange | No Comments »Howto Export all mailbox'es and there size to a CSV file get-mailbox | get-mailboxstatistics | select-object DisplayName,TotalItemSize,StorageLimitStatus,LastLogonTime | Export-Csv c:\exchange.csv
Test Exchange remote connectivity
Tuesday, November 9th, 2010 Posted in Computer, Exchange, Windows | No Comments »Microsoft have launch a new webpage to test Exchange remote connectivity. It can test: ActiveSync Activesync autodiscover Outlook autodiscover Microsoft Exchange Web Services Connectivity Tests Outlook Anywhere (RPC over HTTP) Inbound SMTP E-Mail Outbound SMTP E-Mail https://www.testexchangeconnectivity.com/
A problem occurred while trying to use your mailbox
Thursday, November 4th, 2010 Posted in Exchange, Windows | No Comments »Today i have a user that could get access to the exchange webmail. (OWA). There are som solutions for this error, try to fix from bullet number 1, and down. Get-Mailbox User_Name | format-list ExchangeVersion if the version is below 0.1 the run ...
Ahsay and Exchange 2007 / 2010 document level backup
Friday, October 8th, 2010 Posted in Ahsay, Computer, Exchange, Windows | 1 Comment »Post updated look here: http://kennethdalbjerg.dk/2011/02/04/backup-of-exchange-2010-with-ahsay
Export Exchange 2007/2010 tracking log
Wednesday, September 1st, 2010 Posted in Computer, Exchange, Windows | No Comments »To export Exchange 2007/2010 tracking log to a Excel, just run this command. get-messagetrackinglog -Start "31-08-2010 00:00:00" -End "01-09-2010 12:16:00" -resultsize Unlimited | select-object Timestamp,ClientIp,ClientHostname,ServerIp,ServerHostname,SourceContext,ConnectorId,Source,EventId,InternalMessageId,MessageId,TotalBytes,RecipientCount,MessageSubject,Sender,ReturnPath,@{Name="Recipients";Expression={$_.recipients}},MessageInfo | Export-Csv It will export all mails from 31/8-2010 to 1/9-2010, with the selected fiels.
Exchange 2007 – Ahsay restore to a recovery group
Tuesday, May 25th, 2010 Posted in Ahsay, Exchange, Windows | No Comments »Ahsay have no support for native restore to Exchange recovery group, but here is a workaround of that problems. First create a recovery storagegroup new-storagegroup -LogFolderPath F:\Backup\Restore\Logs -Name ExchangeRestore -SystemFolderPath F:\Backup\Restore\Data -Recovery Then create a empty database new-mailboxdatabase -mailboxdatabasetorecover "Mailbox Database" -storagegroup ExchangeRestore -edbfilepath ...
Outlook crash on opening a shared calendar
Thursday, April 29th, 2010 Posted in Exchange | No Comments »I have a problems today with an Outlook that keeps crash sometimes when a user is opening a share calendar. I tested it on my test machine and when the user opening the shared calendar at my test machine my ...
Delegates (Stedfortræder) problems in outlook
Thursday, April 29th, 2010 Posted in Exchange, Windows | No Comments »The error messages in Danish: Indstillingerne for stedfortrædere blev ikke gemt korrekt. send på vegne af-liste kunne ikke aktiveres. Du har ikke den nødvendige tilladelse til at udføre denne handling på objektet. The error messages in English: The Delegates settings were not saved ...