Loading

Category Archive: Microsoft

Dec
14

Unable to Edit Properties of public folders on Exchange 2003

Issue  When you try to edit the properties of a public folder to update an attribute such as the replicas in Exchange System Manager on a server that is running Microsoft Exchange Server 2003, you may receive the following error message:  An internal server error has occurred on the server. The requested operation failed ID …

Continue reading »

Permanent link to this article: http://www.tsls.co.uk/index.php/2011/12/14/unable-to-edit-properties-of-public-folders-on-exchange-2003/

Dec
14

Unable to mail route between Exchange 2003 and Exchange Online (O365) SMTP 5.4.6

ISSUE When attempting to email any mailbox which is hosted in O365 where a hybrid (co-existence) configuration has been deployed with an on-premise Exchange 2003 organisation you receive NDR email messages and event log errors are raised as follows:   EVENT LOG:   Event Type: Error Event Source: MSExchangeTransport Event Category: NDR Event ID: 3020 Date:  12/13/2011 Time:  11:12:28 AM User:  N/A …

Continue reading »

Permanent link to this article: http://www.tsls.co.uk/index.php/2011/12/14/unable-to-mail-route-between-exchange-2003-and-exchange-online-o365-smtp-5-4-6/

Sep
27

SharePoint AD Domain Migration

Either use Quest Migration Manager for AD: http://www.quest.com/migration-manager-for-active-directory/ Or a mixture of STSADM and Powershell. # extract all users into an xml file [xml] $users = c:”program filescommon filesmicrosoft sharedweb server extensions12bin”stsadm.exe -o enumusers -url http://wsstestsite #iterate through each user (note the dot notation for accessing nodes) foreach($login in $users.Users.User) { # determine old and …

Continue reading »

Permanent link to this article: http://www.tsls.co.uk/index.php/2011/09/27/sharepoint-ad-domain-migration/

Older posts «