How to Enable Diagnostic Logging on a Exchange 2007 Server

First retrieve what is currently logged on a specific server. You can retrieve this information as follows : Get-EventLoglevel -server Servername This will retrieve a list similar to this : MSExchange ActiveSync\Requests Lowest MSExchange ActiveSync\Configuration Lowest MSExchange Antispam\General Lowest MSExchange Assistants\Assistants Lowest MSExchange Autodiscover\Core Lowest MSExchange Autodiscover\Web Lowest MSExchange Autodiscover\Provider Lowest MSExchange Availability\Availability Service Lowest ...

How to convert Linked Mailbox to User Mailbox

After a migration of Exchange 2003 to Exchange 2007 I noticed some mailboxes were marked as Linked Mailbox. This is kinda weird as this should mean they are linked to another forest. This wasn’t the case. These were just mailboxes in the same forest as all others. To resolve this issue there are 2 options. ...

Event ID 3093 (MSExchangeIS Public) on Exchange

You receive an error when maximum logging is enabled on MSExchange IS -> Public Folders -> Replication. Event ID: 3093 Source: MSExchangeIS Public Category: Replication Errors Description: Error 0x8004010f reading property 0×67010003 on object type tbtOwningFolders. Resolution You can safely ignore this message. This applies to Exchange 5.5, Exchange 2003, Exchange 2007. For more information ...

Security tab in Exchange 2000 and 2003

By default, the Security tab is missing in the Exchange System Manager of Exchange 2000 and Exchange 2003. To display the permissions tab, you have to make a change to the registry. Here is the correct path to navigate: HKEY_Current_User\Software\Exchange\ExAdmin. When you reach the above section of the registry you need to create a DWORD ...

Event ID 7010 (MSExchangeTransport) on Exchange 2003

In my eventviewer I got a great amount of event ID errors 7010, MSEXchangeTransport. After reviewing the description I noticed all events came from the same IP-address. When looking up this IP, I found it to be a Unix/Linux host.

Event ID 5807 (NetLogon) on a Windows 2003 Domain Controller

A client computer that logs onto a domain that includes Windows Server 2003 domain controllers AND Active Directory Sites may be authenticated by a remote domain controller instead of by the local domain controller. If the IP-address of a computer is not defined in the subnets, then the following error is displayed on a Windows ...

Event ID 10016 (DCOM)

Troubleshooting DCOM errors can be a big problem. This is a method I use for locating the issue. First look at your Eventviewer: Event ID : 100016 Source : DCOM The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID {BA126AD1-2166-11D1-B1D0-00805FC1270E} to the user NT AUTHORITY\NETWORK SERVICE SID ...

Event ID 1003, Event ID 1015 (EvntAgnt)

I noticed on my Windows 2003 servers that everytime I had a restart, the following events were placed in the eventviewer. EventID : 1015 Source : EvntAgnt TraceLevel parameter not located in registry; Default trace level used is 32. EventID : 1003 Source : EvntAgnt TraceFileName parameter not located in registry; Default trace file used ...

Optimize Exchange 2003 Memory Settings

If you have moren than 1 GB of memory in your Exchange Server do the following settings. These settings are not recommended on a front-end server, dedicated bridgehead or when you have Exchange installed on a Domain Controller. Add the switches /3GB and /USERVA=3030 to boot.ini. The /3GB switch modifies the way virtual address space is ...