DirectoryServer.MoveToAnotherSite(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves the directory server to another site within the forest or configuration set.
public:
void MoveToAnotherSite(System::String ^ siteName);
public void MoveToAnotherSite (string siteName);
member this.MoveToAnotherSite : string -> unit
Public Sub MoveToAnotherSite (siteName As String)
Parameters
- siteName
- String
The name of the site within the domain to which to move the directory server.
Exceptions
A call to the underlying directory service resulted in an error.
siteName
is null
.
siteName
is an empty string.
The object has been disposed.
Remarks
If the directory server is a domain controller, this method will move the domain controller to a different site in the forest. If the directory server is an AD LDS instance, this method will move the AD LDS instance to a different site in the configuration set.