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)...
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.