Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by puithove

  1. puithove

    Automatically add users in an OU to a group.

    I know you cannot use an Active Directory OU as a security principal (something I miss from Novell). I was wondering if anyone has a good way of automatically/dynamically making all users in a certain OU members of a certain group. Here's why (and if you have a better way, please let me know)...
  2. puithove

    Add other group to Local Administrators Group automatically

    This can be done with a VB script launched from the "startup script" in a group policy attached to the OU where your workstation objects reside - example: Option Explicit On Error Resume Next Dim oContainer Dim oGroup Dim oIADs Dim oComputerInformation Set oComputerInformation =...

Part and Inventory Search

Back
Top