Where do dsrm, dsadd and dsmove come from?
Posted
by Ben
on Server Fault
See other posts from Server Fault
or by Ben
Published on 2010-06-16T12:42:44Z
Indexed on
2010/06/16
12:53 UTC
Read the original article
Hit count: 217
active-directory
|powershell
I am writing a script to join a machine to the domain after it has been imaged. (Don't want to do it in Sysprep.)
On the machine I am writing the script on (a battered, world weary IT workhorse with all sorts of crud on it) my script works fine. However on one of my shiny new test machines, it doesn't find dsrm and dsadd.
I can only assume I have inadvertently installed this on my machine in the past. I want these to be used just for the purpose of joining the machines to the domain, so don't want any full blown admin-ware installed.
Where do I get / turn on dsrm etc?
© Server Fault or respective owner