I'm using a user creation script I found on the net to create user accounts.
The OU in which I want to put the user accounts has a parent OU with a space
in the name (i.e ou=students,ou=myschool,ou=section6,ou=ueser
accounts,dc=mydomain,dc=.com). In my script, do I use a forward slash to
delineate the space?

Re: OU with a space by Paul

Paul
Sun Dec 17 13:11:19 CST 2006

Just a wild guess: Try enclosing the OU with a space in single or double
quotes (' or "). Better to use ' if you can.

-Paul Randall

"Jeremy Schubert" <jschubert@no*spam.shaw.ca> wrote in message
news:eQpW7QfIHHA.4848@TK2MSFTNGP04.phx.gbl...
> I'm using a user creation script I found on the net to create user
> accounts. The OU in which I want to put the user accounts has a parent OU
> with a space in the name (i.e ou=students,ou=myschool,ou=section6,ou=ueser
> accounts,dc=mydomain,dc=.com). In my script, do I use a forward slash to
> delineate the space?
>