Active Directory Trust Management Technology Sample
This sample demonstrates how to manage the Active Directory trust. This sample is available only in Visual C#.
Note |
---|
This sample uses fictitious values and cannot be run until modified with real values. |
For information about using the samples, see the following topics:
To customize the sample for your settings
Modify the following string variables with real values in the Program.cs file:
sourceName
sourceUserName
sourceUserPassword
sourceUserDomain
targetName
targetUserName
targetUserPassword
targetUserDomain
excludedTopLevelName1
The build the sample
Open a Command Prompt window and navigate to the TrustManagement\CS directory. For information about required settings and the SDK Command Prompt, see How to: Set Sample Settings.
Type msbuild trustmanagement.sln at the command line.
To run the sample
Navigate to the directory that contains the built executable file, using the command prompt.
Type trustmanagement and press Enter.
Note |
---|
This sample is a console application. You must start and run it in a Command Prompt window to view its output. |
Remarks
This sample performs the following:
Creates the trust.
Changes an attribute.
Verifies trust relationship.
Updates the trust direction, gets the relationship, and verifies the new trust direction.
Lists forest trust information.
Modifies an excluded top level name.
Repairs the trust.
Deletes the trust.