Group Policy Not Starting

  • Thread starter Thread starter NiX
  • Start date Start date
N

NiX

Hello,

I am a container administrator and I am trying to set up
a group policy so that the computers that are in my
container, upon logon, will capture an H: drive as the
users home drive. I want to use VBScript as it is more
fun than the simple "net use" command. The script works
fine if I execute it on a machine manually. The script
works fine if I set it to a local policy using gpedit.
However, the script does not work when I apply it under
AD Users and Computers as a group policy for my
container. I have the .vbs file in the "Show Files"
location, along with a cmd that executes it with a
wscript command and a .bat file that executes it with a
cscript command, all supposedly running in the container,
but the drive will not map this way. Am I doing something
wrong? Thank you in advance.
 
Okay, here's the real deal. I played around a little and
found some stuff out. My group policy is working fine,
the problem is that users are kept in another folder that
I do not have full, if barely any, rights to. I tried
creating a group in my container and made myself a member
of the group, but that still does not work. How do I
apply user configuration group policies to people that
are not located in my container?
 
You cant. GPOs only apply to users and computers in a OU. They will not work
on groups.
 
Back
Top