We have a mess.

  • Thread starter Thread starter Douglas Munn
  • Start date Start date
D

Douglas Munn

We have technicians who like to join computers to our domain as part of
deployment but don't update the comptuer accounts with location or user
information and don't move the accounts to their proper Resource OUs.

As a result, I am spending HOURS trying to clean up the mess and update
accounts.

How can we force them to create the account first (using a script to enforce
business rules) before they are allowed to join a computer to the domain?

I can't find anything in the Domain Security GP to address this need.

Thanks,

Doug
 
I suggest that you write a little VB script which asks for
username/password of an account that can add workstations
to the Domain and then after that an extra compulsory
field that specifies an OU.
 
Clarification -

They want to just create accounts by joining the computers to the domain.
We would like to restrict it to computers that already have accounts on the
domain.

That way, we can use your suggestion and have a script that enforces our
business rules.

Can we do this?

doug
 
Back
Top