Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 311435 - Last Review: May 7, 2004 - Revision: 1.0
MoveToContainer method is not supported between administrative groups
This article was previously published under Q311435
In Microsoft Exchange 2000 Server, you can create multiple
administrative groups and put servers in different administrative groups.
However, you cannot move servers between administrative groups, either
from Exchange System Manager (ESM) or by using code.
The
MoveToContainer method is a feature
that is not supported for server objects in Microsoft Collaboration Data Objects for Exchange Management (CDOEXM) as shown in the following sample code:
Set objServer = CreateObject("CDOEXM.ExchangeServer")
objServer.DataSource.Open("LDAP://DS-server/CN=ExServer,CN=Servers, CN=First Adminstrative Group, …")
'The following statement is NOT supported
objServer.DataSource.MoveToContainer("LDAP://DS-server/CN=Servers, CN=Second Administrative Group, …")
For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
261170Â
(http://kbalertz.com/Feedback.aspx?kbNumber=261170/
)
Cannot move servers between administrative groups in Exchange 2000 Server
APPLIES TO
- Microsoft Exchange 2000 Server Standard Edition
- Microsoft Collaboration Data Objects for Exchange Management 1.1
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate