.Net or C++ interface to ADMT?

  • Thread starter Thread starter John
  • Start date Start date
J

John

Doing a NT4 to Ad migration soon, and plan to use ADMT. However, it seems
that you can either use the GUI for the migration, or use the COM script
interface to the ADMT engine. I would like to automate some of the work, but
would like better error reporting and control that is available thru vb
script. Does anyone know of an example or site that uses programmatically
interface to the ADMT engine (C#/C++) that I could view?
 
John said:
Doing a NT4 to Ad migration soon, and plan to use ADMT. However, it seems
that you can either use the GUI for the migration, or use the COM script
interface to the ADMT engine. I would like to automate some of the work, but
would like better error reporting and control that is available thru vb
script. Does anyone know of an example or site that uses programmatically
interface to the ADMT engine (C#/C++) that I could view?

If you hadn't said "C++ or C#" then I would have recommended the AD
version of the Scriptomatic at the MSDN site.

Have you researched the online MSDN and .NET help?

Perhaps this search at Google would help:

[ ADMT COM | +.NET migration site:microsoft.com +C# | +C++ ]

The leading +plus signs make those keywords literal so that things like
..NET, C#,
and C++ are searchable easily.

Adjust the above parameters until you find something useful or try this
instead:

[ ADMT COM | +.NET migration microsoft: +C# | +C++ ]

The former searches just AT Microsoft.com, while the latter searches the
Google
"Microsoft collection" web-wide. (Microsoft: is followed by a colon to make
this
work.)
 
Back
Top