Kenneth Dalbjerg, IT Konsulent i århus

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 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 ...

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 ...

OWA is not working with “owaauth.dll failed to load”

Wednesday, October 7th, 2009 Posted in Computer, Exchange, Windows | No Comments »

The first error had an Error ID of 2214 and a description of: “Could not load all ISAPI filters for site 'DEFAULT WEB SITE'.  Therefore site startup aborted.” The second error had an Error ID of 2268 and a description of: “The HTTP ...

One user not slowing up in Offline Address List

Monday, February 2nd, 2009 Posted in Exchange, Windows | 1 Comment »

I have today a problems with one user that we have rename from one name to another, was missing from the address list in Outlook. The problems was that if the E-mail address in Active Directory Users and Computers, under tag ...

Autodiscover and https / http

Monday, January 26th, 2009 Posted in Computer, Exchange, Windows | No Comments »

It is possible to disable the HTTPS authentication process for Autodiscover if you want. To disable HTTPS for Autodiscovery modify the following registry key: HKEY_Current_User\Software\Microsoft\Office\12.0\Outlook\AutoConfiguration – REG_DWORD - UseSSL – change the value to 0.