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 strongm 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: *

  1. fpachon

    Shared Folder Question

    Hi all, I created this script which publishes a shared folder in AD, then creates the shared folder, then assigns the shared folder to a group. My question now is how do I go about setting permissions for this shared folder? I have seen some post regarding WMI and other ways of doing it but...
  2. fpachon

    Help with counter.

    Thanks, what I was missing, didn't know where to start counting and didn't know where to stop. Thanks.
  3. fpachon

    Populate home folder, connect, and to field

    Hi all, I have a script that creates users, if I populate the homefolder field, connect field and to field under the profile tab, will this create the home folder me automatically? Or will I have to write a sub routing to do this? Thanks.
  4. fpachon

    Help with counter.

    Hi all, I have this code that creates users. I want to display the current number of users that the program has read and I would like to increment the counter. This helps me see what user is giving me problems also. My problem is I don't know where to start the counter and I don't know where to...
  5. fpachon

    How can I dynamically pass the OU or any argumnet to my script?

    Awesome, now I feel part of the group. Thanks.
  6. fpachon

    How can I dynamically pass the OU or any argumnet to my script?

    Thank you EBGreen. I modified my code using your suggestions and added my array to substitute your string. Thanks.
  7. fpachon

    How can I dynamically pass the OU or any argumnet to my script?

    Below is my code. This is only my 10th script I wrote. I am new to this. This code lacks error checking. ' Input File: GroupList.csv ' ' Parameters: group,samaccountname,description,organizationalunit ' Dim objFSO, objTextfile, group_arr, s Const ForReading = 1 Set objFSO =...
  8. fpachon

    How can I dynamically pass the OU or any argumnet to my script?

    I have a script that creates groups. I need to bind these groups to different OUs under different levels in the tree. How can my script pass the OU dynamically to this line Set objOU = GetObject("LDAP://ou=FH2,dc=dylan,dc=local") Currently I have hard coded the OU where I want to create the...
  9. fpachon

    Home folders creation.

    DMAC you are DMAN. Thanks, I figured if I make the share folder hidden and map root the users folder this should take care of some of the security. I will then apply NTFS permissions so that only the respective user can use their home folder.
  10. fpachon

    Home folders creation.

    Hi all, what is the proper way to create a users home folder? I have read so many different ways and wanted to see if someone could shed some light. I have seen where the users folder usually c:\users or something similiar to that is either shared out or shared out hidden. The same goes with...
  11. fpachon

    userPrincipalName

    My apologies. Both examples should have read fpachon. When I use the gui to create the user I get fpachon and @domain in the proper field. BUt when I use the script only fpachon shows up. The domain field is a drop down box so when I hit the drop down box then I see the @domain filed where I...
  12. fpachon

    userPrincipalName

    Hi all, I am trying to populate this field using my code. But when I do I only see this for example fpachon under the user logon name under the accout tab When I create a user manullly using Active Directory Users Computers, I see mpachon and the next field already has the @domain...
  13. fpachon

    Joining Computers to Domain

    Thanks for the info. So I run this script to at least avoid used the steps under My Computer and so forth. I'll try this out. Will there be a permission problem when I want to copy the local profile to the domain profile? Thanks.
  14. fpachon

    Joining Computers to Domain

    Hi all, what is the best way to join computers to a domain? We are rolling out a 2003 server in a couple of weeks and want to avoid if possible to sit in front of every PC and join the computer to the domain. I was think that maybe ghosting could help me but that looks like a no show. Any...
  15. fpachon

    system error 1314 has occured

    Yes I am sure. It displays this right after I use the command. Looks like the user or computer does not have the proper permission to set the clock.
  16. fpachon

    system error 1314 has occured

    I am using GPO to run my logon script. I am trying to sync the pc time with the server tim using net time \\2003srv /set /yes and I am receiving this message. I tried finding help via the ms site but coul not. How do I give the pc permission to take the new time? Thanks.
  17. fpachon

    Windows cannot connect to the domain, error

    Thanks, that did it. Althought I used the gpupdate /force command, because secedit was the older version. Thanks again.
  18. fpachon

    Windows cannot connect to the domain, error

    I have been playing around with the GPOs and now when a user trys to log into the domain they get an error msg. ON the domain I see error 672, 673 and lots of 675s for the actual computer account. I created a new account but the error seemes to follow the account. I have deleted all the GPOs I...
  19. fpachon

    Script not working.

    Thanks, that did the trick. I found the error and corrected it.
  20. fpachon

    Script not working.

    The specific drive is not being mapped. Is there an echo command that I can use to popup on the screen? Thanks.

Part and Inventory Search

Back
Top