home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / utils / homedrv / readme.txt < prev   
Encoding:
Text File  |  1995-05-19  |  1.5 KB  |  62 lines

  1. Homedrv.exe
  2. ===========
  3.  
  4.     Built using NT3.5 Beta 1 SDK (but works under NT3.1). Source code
  5. included (a very quick hack!). Usage:
  6.  
  7.     HOMEDRV ServerName UserName [HomeDrive] [/p]
  8.  
  9. where ServerName is the name of your domain controller (the program could find
  10. this out, but I couldn't be bothered), which can be entered as \\NAME or NAME.
  11. The /p switch, which is independent of the home drive changing operation,
  12. forces the user to change her password on next logon. Some error checking
  13. performed.
  14.  
  15. e.g. 1     homedrv \\server fergnm
  16. ======
  17.     gives
  18.  
  19. Current home drive for fergnm on \\server is U:
  20.  
  21.  
  22. e.g. 2     homedrv \\server fergnm k:
  23. ======
  24.     gives
  25.  
  26. Home drive for fergnm successfully changed to K: on \\server
  27.  
  28. e.g. 3
  29. =======
  30.  
  31. homedrv \\server fergnm /p
  32.  
  33.     gives
  34.  
  35. Current home drive for aaaaaa on \\server is U:
  36. Account set so that aaaaaa must change password at next logon.
  37.  
  38.  
  39. The only other utility one needs for automated account management is
  40. cacls.exe - the NT3.5 utility that allows command line changing of file
  41. permissions.
  42.  
  43.  
  44. (c) Neil Ferguson, Linacre College, Oxford, 1994
  45.  
  46.     The HOMEDRV program may be freely distributed and modified, providing that
  47.     the copyright message it displays on execution is not removed, and that
  48.     the code is distributed with this copyright notice. 
  49.  
  50. =============================================================================
  51.  
  52.     Neil Ferguson        neil.ferguson@linacre.ox.ac.uk
  53.     Linacre College
  54.     Oxford Univ.
  55.     UK
  56.  
  57.  
  58.     
  59.  
  60.  
  61.  
  62.