Re[2]: disclosure the administrative password

From: offtopic (offtopic_at_mail.ru)
Date: 02/09/05

  • Next message: Sullivan Tim P: "RE: active directory password policy"
    To: Mike Groh <lists@mikegroh.net>
    Date: Wed, 09 Feb 2005 05:29:35 +0300
    
    

    Hi there.

    > The workstation admin idea sounds good to me. I want to do it in my
    > network. Is there a way to easily push this policy to the workstations.

    You can use startup script (Computer configuration - Windows settings - Scripts) to create user's account and add them into local administrators group.
    For example

    net user localadmin /add
    net localgroup administrators localadmin /add

    Because startup scripts executed under machine account it will have enough rights to create account and change group membership.
    But you should not assign administrators password in the script because in this case password will be specified in clear text and any user can find and use it.
    But you can use script to automatic assign passwords for created accounts from trusted workstation. See http://www.security.nnov.ru/articles/war/ for example of the script.

    (c)oded by offtopic@mail.ru

    ---------------------------------------------------------------------------
    ---------------------------------------------------------------------------


  • Next message: Sullivan Tim P: "RE: active directory password policy"

    Relevant Pages

    • Re: Disable/Delete unused workstations
      ... This script will remove inactive machine accounts in Active Directory ... > is there a way to automatically disable or delete workstations not used in ...
      (microsoft.public.win2000.group_policy)
    • Re: Deploying Red Hat Workstations
      ... > can easily make changes to the workstations all at once. ... Have the central server push out to each host. ... > This script will contain any changes that I need to make. ... I would automate SCP from the server to a user account (not ...
      (Fedora)
    • Re: Change local administrator password for all PCs in the domain
      ... > I have about 200 workstations in my Windows 2000 domain. ... you could setup a custom script or Group Policy (in ... no workgroup machines. ...
      (microsoft.public.windows.server.scripting)
    • Re: Multiple WMI Connections
      ... I've run a similar system too, but I wrote my own ping provider because ... There was no particular bottleneck at a point in the script, ... script would iterate through 2000 workstations. ... Gerry Hickman ...
      (microsoft.public.win32.programmer.wmi)
    • IfMember & Adding Domain Group to Local Admin Group
      ... script to users we run into a similar problem as Domain Administrator ... does IfMember work with computer accounts or just user ...
      (microsoft.public.win2000.group_policy)