Re: Active Directory Home Folders



Are the clients running NT workstation? NT only alows mapped drives to
root folders in a share, in this case, the root users folder. In your
script you could use the old subst command and try mapping it that way.
This works for NT as well.

If not NT, make sure your login script is trying to map to the
%username% variable. This maps the username at login to the
corresponding users folder (if it exists). For example,
NET USE H: \\<server>\<users>\%username%. You can also do the same in
the users profile in AD by choosing a drive letter and typing in the
same path with the %username% variable.

-Brian


Canes4Life wrote:
Shares of mapped drives do exists. The same login script applies to everyone
on campus but the problem only happens to a handful of people. But I will
look at the script to be sure.

"jacek" wrote:

a mistake in loginscript ? do shares of mapped drives exist ?

"Canes4Life" wrote:

I worded this wrong. User can access their folder by browsing to it once
it's mapped to the directory where all the home folders are located. The
problem is, that the mapping does not map them directly to their home folder.

"Ray" wrote:

Please check the permission of their own folders.

--
Ray

MCSE, MCDBA, MCP, MCSE+I, MCP+I


"Canes4Life" <Canes4Life@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E903663A-096E-46A3-A23E-19A3C201320A@xxxxxxxxxxxxxxxx
Does anyone have a solution to why some users cannot access their home
directories. For whatever reason, it only maps to the directory where all
the home directories are located. This problem is sporadic for only a
handful of users. So it's somewhat strange on why it happens to only a
few
and not others.




.



Relevant Pages

  • Re: Standardize drive assignments
    ... > part of more than one group...he mapped those map drives but ...not all ... a new folder, share it out, and map it to drive G: ... If you can make this change it will simplify the logon script, ... >>> I think this nesting group is called LOOPG function inside. ...
    (microsoft.public.windows.server.scripting)
  • Re: Drive mapping error
    ... We tried running a .vbs script instead of a .bat file and it made no ... H drive is fine, log out, log in again and its mapped to the parent folder, ... then next time i log in it will map to parent folder. ... The H drives map to ...
    (microsoft.public.windows.server.networking)
  • Re: Home folders and mapped drives
    ... 2- Everytime the map fails for a reason, a popup message will appear telling ... Apart from the 'define drives to map' within the script are there any ... has used the 'home folder' section to map users to a shared folder on ...
    (microsoft.public.windows.server.active_directory)
  • Re: Logon Script for Redirecting Users Folders
    ... specific folder - based on their login. ... > own personal folder. ... You then tell the server that you want to use script 1 ... This batch file will map a drive to \users\AJones. ...
    (microsoft.public.windows.server.sbs)
  • Re: User account and Personal folder mismatch script
    ... I believe you want a script that can be run by an administrator that will ... The script above only documents if a home folder has been assigned. ... > End Sub ...
    (microsoft.public.scripting.vbscript)

Loading