Installing AD Users and Computers Only

F

Fred

I have 30 administrators who need to use Active Directory Users and
Computers snap-in. I can instruct them to install the adminpak and it works
but the adminpak also installs a lot of utilities they don't need to see
like DNS, DHCP, and Sites and Services, etc. They don't have rights to any
of those tools but they still don't need to see it. I need a way to create
a MSI to install just Active Directory Users and Computers. Any help is
greatly appreciated.

Fred
(e-mail address removed)
Please remove spam.
 
B

Brendon Rogers

Two suggestions:

- Create a transform (MST file) to apply to the adminpak.msi to customize
the install.
- Create a custom MMC- click Start, Run, MMC /a then go to Console, Add /
Remove Snap-in, click Add, then Active Directory Users and Computers.
Console, Save As. This will save your MMC as a .msc file. Simply distribute
this to your users.
 
C

Curtis Sawin

We used this approach. Specifically, we distributed the
following files:

dsadmin.dll
dsuiext.dll
dsuiwiz.dll
MSC file for AD Users & Computers
MSC file for Group Policy

The DLLs must be registered.

This allowed us to install a minimal amount of files to
enable us to create software package objects in Active
Directory.

Hope this helps!

Curtis Sawin
 
F

Fred

I'll try it. If I'm reading it right all I need in my case is dsadmin.dll
and a MSC for AD.

Thanks --- Fred
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top