Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rlee111
  • Content: Threads
  • Order by date
  1. rlee111

    San Backup what do I need?

    Hi I have a new bladecentre with 14 hs21 blades all windows 2003 these are fibre connected to 2 ds3400's (our SAN) I need to backup the SAN and I have conlcuded I will need 1 primary server and 13 distributed servers using r11.5. Do I need brightstor backup r11.5 for windows and SAN option on...
  2. rlee111

    Copy files from server to clients

    Hi I need to copy a set of files, they are of different file types e.g. file.ocx file.exe file.dll from a server to clients I would like to check for the existance of these files and if they dont exist copy the files to the client, if they do exist obviously do nothing. I have been looking...
  3. rlee111

    creating users shares for all users in a domain

    HI I am working on a script to create shared folders for all users in a domain, here is the script 'script to create users shares for all users in a domain Sub GetParentDir ParentDir = "\\modrl\drives\home\" If Not objFSO.FolderExists(ParentDir) Then GetParentDir End If End Sub Set...
  4. rlee111

    Create new user in form child domain

    Hi would it be possible to create a new user in a top level domain from a child domain with vbscript, I have the script to create new users in the child domain but would like to select the top level domain using named arguments and have the script provide authentication to enable me to do this...
  5. rlee111

    Listing permissions on folders

    Hi Would it be possible to search through a drive on a NT4 server and list all the folders and folder and security permissions for users and groups with a script? Regards Rob
  6. rlee111

    Using named arguments

    Hi I have a script to move users to ou's using command line arguments, I run it like this scriptmane.vbs ouname users, because I am using unamed arguments it has to be done in that order. Here is the script 'Move users to OU using command line arguments On Error Resume Next Set objArgs =...
  7. rlee111

    Help with AD script

    Hi how would I add users to a group based on met criteria e.g. Department I have the groups and users already created via a script, all users and groups are in the Users container in AD Thanks for any help Rob
  8. rlee111

    Help with add user to group script

    Hi I have a working script to create users in AD, I have a working script to create Groups in AD, the naming convention we use goes like this Users: lsomebody (First letter of first name then Surname. In the user properties general tab we add the department the user belongs to using 2...
  9. rlee111

    Check if global group already exists

    Hi I am using the code below to create new global security groups from names in a text file, if that file is updated with one or more names then the script run against it I get the error 'the object already exists' I can get round this using on error resume next, but would like to check for the...

Part and Inventory Search

Back
Top