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.
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 ...
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.
Exchange 2003 and powershell
Thursday, January 22nd, 2009 Posted in Computer, Windows | No Comments »Have you ever need a list of yours mailbox and the size of it. You can find this in system manager, but you cannot export this list. With Powershell you can get a list that you example can import in excel. First ...
Exchange 2003 and 75GB datastore
Wednesday, January 21st, 2009 Posted in Computer, Windows | No Comments »With exchange 2003 SP2, the database store in Exchange is increase to 75GB, this is not setup automatic. You have to change something in the registry database. To set the size of the private mail store Click Start, click Run, type regedit, ...
Arcserve R12 missing Exchange document level
Saturday, December 13th, 2008 Posted in Computer, Exchange, Windows | 1 Comment »After you have installed Arcserve R12, you maybe missing Exchange document level on you Exchange 2007. This may caused by you don’t have install ”Microsoft Messaging API and Collaboration Data Objects 1.2.1”, this can be downloaded here: http://www.microsoft.com/downloads/details.aspx?FamilyID=E17E7F31-079A-43A9-BFF2-0A110307611E&displaylang=en After you have install ...
Problems moving a user from Exchange 2003 to Exchange 2007 (Problems two)
Thursday, December 11th, 2008 Posted in Computer, Exchange, Windows | 1 Comment »We have some troubles moving user from one exchange 2003 to exchange 2007. We found that “Authenticated Users” was not in the user group Users, on the Exchange 2003 machine. If the Exchange 2003 is a domain controller the Authenticated Users ...
Problems move a account from exchange 2003 to exchange 2007
Thursday, December 11th, 2008 Posted in Computer, Exchange, Windows | No Comments »I was upgrading a Exchange 2003 to a Exchange 2007, but have some troubles move some accounts to my Exchange 2007 server, it fault whitch this error: Summary: 1 item(s). 0 succeeded, 1 failed. Elapsed time: 00:00:10 XXX Failed Error: Error was found for XX because: ...